libmicrohttpd

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

commit e3e01bd7c3d47e1410e8f568685c7fbbfd4c9d4c
parent 0ccef4c16cb66f4c0a4ca3570dc536b8015c5231
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Thu,  1 Sep 2022 18:04:34 +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 @@ -6037,7 +6037,7 @@ enum MHD_FEATURE /** * Get whether the MD5-based hashing algorithms are supported for Digest * Authorization. - * Currently it is always not supported if Digest Auth module is built. + * Currently it is always supported if Digest Auth module is built. * @note Available since #MHD_VERSION 0x00097527 */ MHD_FEATURE_DIGEST_AUTH_MD5 = 26, @@ -6069,7 +6069,7 @@ enum MHD_FEATURE /** * Get whether 'userhash' is supported for Digest Authorization. - * It it always supported since #MHD_VERSION 0x00097526 if Digest Auth + * It is always supported since #MHD_VERSION 0x00097526 if Digest Auth * module is built. * @note Available since #MHD_VERSION 0x00097527 */