aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_str.h')
-rw-r--r--src/microhttpd/mhd_str.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h
index 22d09cff..e14a308e 100644
--- a/src/microhttpd/mhd_str.h
+++ b/src/microhttpd/mhd_str.h
@@ -52,7 +52,7 @@ MHD_str_equal_caseless_ (const char * str1,
52 * first @a maxlen characters. 52 * first @a maxlen characters.
53 * @param str1 first string to compare 53 * @param str1 first string to compare
54 * @param str2 second string to compare 54 * @param str2 second string to compare
55 * @patam maxlen maximum number of characters to compare 55 * @param maxlen maximum number of characters to compare
56 * @return non-zero if two strings are equal, zero otherwise. 56 * @return non-zero if two strings are equal, zero otherwise.
57 */ 57 */
58int 58int