diff options
Diffstat (limited to 'src/microhttpd/mhd_str.c')
-rw-r--r-- | src/microhttpd/mhd_str.c | 2 |
1 files changed, 1 insertions, 1 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 | */ |
220 | int | 220 | int |