libmicrohttpd

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

commit 1afe8c4a35429773393dc03d1bddfad48e4afaa7
parent a60173864e4e50fab7676653cfce04421828cef3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Sun, 13 Jun 2021 20:54:11 +0300

mhd_str: fixed typo in a 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 @@ -336,7 +336,7 @@ toxdigitvalue (char c) #ifndef MHD_FAVOR_SMALL_CODE /** - * Check two string for equality, ignoring case of US-ASCII letters. + * Check two strings for equality, ignoring case of US-ASCII letters. * * @param str1 first string to compare * @param str2 second string to compare diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h @@ -52,7 +52,7 @@ #ifndef MHD_FAVOR_SMALL_CODE /** - * Check two string for equality, ignoring case of US-ASCII letters. + * Check two strings for equality, ignoring case of US-ASCII letters. * @param str1 first string to compare * @param str2 second string to compare * @return non-zero if two strings are equal, zero otherwise.