libmicrohttpd

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

commit 8b01c152a21e86a7853b0fd335e3885f0b3bd45a
parent da3457eab161e8d4102efcafadded277f192e836
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Mon, 20 Jun 2022 18:20:36 +0300

mhd_str.h: fixed doxy

Diffstat:
Msrc/microhttpd/mhd_str.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/microhttpd/mhd_str.h b/src/microhttpd/mhd_str.h @@ -498,7 +498,7 @@ MHD_bin_to_hex (const void *bin, * Check two strings for equality, "unquoting" the first string from quoted * form as specified by RFC7230#section-3.2.6 and RFC7694#quoted.strings. * - * Null-termination for input stings is not required, binary zeros compared + * Null-termination for input strings is not required, binary zeros compared * like other characters. * * @param quoted the quoted string to compare, must NOT include leading and @@ -524,7 +524,7 @@ MHD_str_equal_quoted_bin_n (const char *quoted, * form as specified by RFC7230#section-3.2.6 and RFC7694#quoted.strings and * ignoring case of US-ASCII letters. * - * Null-termination for input stings is not required, binary zeros compared + * Null-termination for input strings is not required, binary zeros compared * like other characters. * * @param quoted the quoted string to compare, must NOT include leading and