mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
mhd_str: fixed typo in comment
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user