From e0bbf855d9f0fd59028cbca824843d8c780d99be Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Wed, 27 Oct 2004 04:45:00 +0000 Subject: fix doxygen tags svn path=/trunk/; revision=12404 --- epan/strutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/strutil.h') diff --git a/epan/strutil.h b/epan/strutil.h index beacb3b573..1733151040 100644 --- a/epan/strutil.h +++ b/epan/strutil.h @@ -137,7 +137,7 @@ guint8 * convert_string_to_hex(const char *string, size_t *nbytes); /** Prep a string for case-sensitive vs case-insensitive searching. * * @param string The search string - * @param case_sensitive TRUE if case-sensitive, FALSE if not + * @param case_insensitive TRUE if case-insensitive, FALSE if not * @return A direct copy of the string if it's a case-sensitive search and * an uppercased version if not. In either case the string must be g_free()d * by the caller. -- cgit v1.2.3