libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 19a9f06eea66a8dfa3c7fa2585d98f39bced3bda
parent 3ccf5b0b3434b144dfdc7f74632becfe80ede3b3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 11 Apr 2016 20:09:39 +0000

mhd_str: fixed typo in comment

Diffstat:
Msrc/microhttpd/mhd_str.c | 2+-
Msrc/microhttpd/mhd_str.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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) * 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 diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h @@ -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