mhd_str: fixed typo in comment

This commit is contained in:
Evgeny Grin (Karlson2k)
2016-04-11 20:09:39 +00:00
parent 3ccf5b0b34
commit 19a9f06eea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ MHD_str_equal_caseless_ (const char * str1, const char * str2)
* first @a maxlen characters.
* @param str1 first string to compare
* @param str2 second string to compare
* @patam maxlen maximum number of characters to compare
* @param maxlen maximum number of characters to compare
* @return non-zero if two strings are equal, zero otherwise.
*/
int
+1 -1
View File
@@ -52,7 +52,7 @@ MHD_str_equal_caseless_ (const char * str1,
* first @a maxlen characters.
* @param str1 first string to compare
* @param str2 second string to compare
* @patam maxlen maximum number of characters to compare
* @param maxlen maximum number of characters to compare
* @return non-zero if two strings are equal, zero otherwise.
*/
int