aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-07-29 23:18:34 +0000
committerBill Meier <wmeier@newsguy.com>2009-07-29 23:18:34 +0000
commit89a44fcd36dd9305d512a410fe35ad9e6d4f416c (patch)
tree9535d834bfadc1f8a4564e3f0c9aa288e55ab848
parent62a8504eda11c307cbad064e1a2dcbe89405698c (diff)
Fix a typo
svn path=/trunk/; revision=29241
-rw-r--r--doc/README.developer2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.developer b/doc/README.developer
index ba28b713f0..7c6ee29f55 100644
--- a/doc/README.developer
+++ b/doc/README.developer
@@ -2171,7 +2171,7 @@ The 'tree' argument is the tree to which the item is to be added. The
extracted; the 'start' argument is the offset from the beginning of that
tvbuff of the item being added, and the 'length' argument is the length,
in bytes, of the item, bit_offset is the offset in bits and no_of_bits
-is the lenght in bits.
+is the length in bits.
The length of some items cannot be determined until the item has been
dissected; to add such an item, add it with a length of -1, and, when the