libmicrohttpd

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

commit b483c0f6d336c47b4043b67230b841524daa46f6
parent bd605be2029d04d5014adccccfb1a9fa25beb1c3
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 10 Jan 2023 13:44:12 +0300

microhttpd.h: fixed typos in comments

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

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -96,7 +96,7 @@ extern "C" * they are parsed as decimal numbers. * Example: 0x01093001 = 1.9.30-1. */ -#define MHD_VERSION 0x00097701 +#define MHD_VERSION 0x00097702 /* If generic headers don't work on your platform, include headers which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t', @@ -6200,7 +6200,7 @@ enum MHD_FEATURE /** * Get whether the SHA-256-based hashing algorithms are supported for Digest * Authorization. - * It it always supported since #MHD_VERSION 0x00096200 if Digest Auth + * It is always supported since #MHD_VERSION 0x00096200 if Digest Auth * module is built unless manually disabled in a custom build. * @note Available since #MHD_VERSION 0x00097701 */