aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-11 20:09:39 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-04-11 20:09:39 +0000
commit19a9f06eea66a8dfa3c7fa2585d98f39bced3bda (patch)
treedc87ca4f66e1b9c1a03b2bbd450293f49952b70c
parent3ccf5b0b3434b144dfdc7f74632becfe80ede3b3 (diff)
downloadlibmicrohttpd-19a9f06eea66a8dfa3c7fa2585d98f39bced3bda.tar.gz
libmicrohttpd-19a9f06eea66a8dfa3c7fa2585d98f39bced3bda.zip
mhd_str: fixed typo in comment
-rw-r--r--src/microhttpd/mhd_str.c2
-rw-r--r--src/microhttpd/mhd_str.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/mhd_str.c b/src/microhttpd/mhd_str.c
index 61e5604b..82b12311 100644
--- a/src/microhttpd/mhd_str.c
+++ b/src/microhttpd/mhd_str.c
@@ -214,7 +214,7 @@ MHD_str_equal_caseless_ (const char * str1, const char * str2)
214 * first @a maxlen characters. 214 * first @a maxlen characters.
215 * @param str1 first string to compare 215 * @param str1 first string to compare
216 * @param str2 second string to compare 216 * @param str2 second string to compare
217 * @patam maxlen maximum number of characters to compare 217 * @param maxlen maximum number of characters to compare
218 * @return non-zero if two strings are equal, zero otherwise. 218 * @return non-zero if two strings are equal, zero otherwise.
219 */ 219 */
220int 220int
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