Fix a typo
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 15 Apr 2010 19:33:33 +0000 (19:33 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 15 Apr 2010 19:33:33 +0000 (19:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32475 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.developer

index 7a58c95ecd5ad8965685bc50c7b71a68e722af20..2a44c88d67923d502f865f69c6a616f7844f257a 100644 (file)
@@ -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.