From e3e01bd7c3d47e1410e8f568685c7fbbfd4c9d4c Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 1 Sep 2022 18:04:34 +0300 Subject: microhttpd.h: fixed typos in comments --- src/include/microhttpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/microhttpd.h') diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h index 450b65c5..c2e1cc23 100644 --- 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 */ -- cgit v1.2.3