Fix a whole bunch of doxygen warnings, mostly typos or renamed parameters.
[metze/wireshark/wip.git] / epan / strutil.h
index a3f54a7054ac8a4ce2bd217c75d5b2a6e42d2191..e68032c056cef65d0717f98f250b5d94bf0d37d0 100644 (file)
@@ -263,7 +263,7 @@ void IA5_7BIT_decode(unsigned char * dest, const unsigned char* src, int len);
 /** Copy a string, escaping the 'chr' characters in it
  *
  * @param str The string to be copied
- * @param char The character to be escaped
+ * @param chr The character to be escaped
  * @return A copy of the string with every original 'chr' being
  * transformed into double 'chr'.
  */
@@ -273,7 +273,7 @@ gchar* ws_strdup_escape_char (const gchar *str, const gchar chr);
 /** Copy a string, unescaping the 'chr' characters in it
  *
  * @param str The string to be copied
- * @param char The character to be escaped
+ * @param chr The character to be escaped
  * @return A copy of the string with every occurrence of double 'chr' in
  * the original string being copied as a single 'chr'.
  */