summaryrefslogtreecommitdiff
path: root/epan/oids.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2007-10-16 23:42:33 +0000
committerSake Blok <sake@euronet.nl>2007-10-16 23:42:33 +0000
commit6bec9d3d9e9382f41924339563f17aba6b346798 (patch)
tree0f87cd34f039a68004ef24dc4d35b3653ff2f3fd /epan/oids.h
parent4e6eec17b131555d08fec348dfd861339a288c28 (diff)
downloadwireshark-6bec9d3d9e9382f41924339563f17aba6b346798.tar.gz
From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buffer lenght:"
(recursively grepped through the source and corrected all occurences, even the ones just in comments) svn path=/trunk/; revision=23211
Diffstat (limited to 'epan/oids.h')
-rw-r--r--epan/oids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/oids.h b/epan/oids.h
index d3823a8ca6..dbf25480cd 100644
--- a/epan/oids.h
+++ b/epan/oids.h
@@ -118,11 +118,11 @@ extern void oids_init(void);
* subids: is an array of guint32s
*/
-/* return lenght of encoded buffer */
+/* return length of encoded buffer */
guint oid_subid2encoded(guint len, guint32* subids, guint8** encoded_p);
guint oid_string2encoded(const gchar *oid_str, guint8** encoded_p);
-/* return lenght of subid array */
+/* return length of subid array */
guint oid_encoded2subid(const guint8 *oid, gint len, guint32** subids_p);
guint oid_string2subid(const gchar *oid_str, guint32** subids_p);