aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-03-04 23:01:39 +0000
committerBill Meier <wmeier@newsguy.com>2012-03-04 23:01:39 +0000
commit24fc709aad998b3e800575877419a2a7300703fd (patch)
treefc81d084a6e5a1282a2d79d3d4e3bdc895012ac1 /doc
parent732de9018d95d6e805e971401ed70e16d4e90b9c (diff)
(Trivial) Fix a typo.
svn path=/trunk/; revision=41343
Diffstat (limited to 'doc')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index e61e95f26d..e4ed35cbd9 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1905,7 +1905,7 @@ Extended value strings can be created at run time by calling
<value_string_name>);
For hf[] array FT_(U)INT* fields that need a 'valstringname_ext' struct, the
-'strings' field would be set to '&valstringname_ext)'. Furthermore, 'display'
+'strings' field would be set to '&valstringname_ext'. Furthermore, the 'display'
field must be ORed with 'BASE_EXT_STRING' (e.g. BASE_DEC|BASE_EXT_STRING).