From 6bec9d3d9e9382f41924339563f17aba6b346798 Mon Sep 17 00:00:00 2001 From: Sake Blok Date: Tue, 16 Oct 2007 23:42:33 +0000 Subject: 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 --- epan/oids.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/oids.h') 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); -- cgit v1.2.1