aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-15 19:33:33 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-15 19:33:33 +0000
commitb92603b395f1727569bf89afd31ca99508314d1e (patch)
tree4fbc971e66d56fd041337304bd911d7c94684811 /doc/README.developer
parent64a8ae867633e94acea7a3ffe8af0624c821b392 (diff)
Fix a typo
svn path=/trunk/; revision=32475
Diffstat (limited to 'doc/README.developer')
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index 7a58c95ecd..2a44c88d67 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -1749,7 +1749,7 @@ date should be displayed as "{monthname}, {month} {day_of_month},
{year}" or as "{year/day_of_year}".
Additionally, BASE_NONE is used for 'display' as a NULL-value. That is, for
-for non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield
+non-integers other than FT_ABSOLUTE_TIME fields, and non-bitfield
FT_BOOLEANs, you'll want to use BASE_NONE in the 'display' field. You may
not use BASE_NONE for integers.