aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-01 18:04:34 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2022-09-04 12:25:18 +0300
commite3e01bd7c3d47e1410e8f568685c7fbbfd4c9d4c (patch)
tree6aefb667b88eea937ce9097c08adc0430e1f8e3b /src/include/microhttpd.h
parent0ccef4c16cb66f4c0a4ca3570dc536b8015c5231 (diff)
downloadlibmicrohttpd-e3e01bd7c3d47e1410e8f568685c7fbbfd4c9d4c.tar.gz
libmicrohttpd-e3e01bd7c3d47e1410e8f568685c7fbbfd4c9d4c.zip
microhttpd.h: fixed typos in comments
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h4
1 files changed, 2 insertions, 2 deletions
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
6037 /** 6037 /**
6038 * Get whether the MD5-based hashing algorithms are supported for Digest 6038 * Get whether the MD5-based hashing algorithms are supported for Digest
6039 * Authorization. 6039 * Authorization.
6040 * Currently it is always not supported if Digest Auth module is built. 6040 * Currently it is always supported if Digest Auth module is built.
6041 * @note Available since #MHD_VERSION 0x00097527 6041 * @note Available since #MHD_VERSION 0x00097527
6042 */ 6042 */
6043 MHD_FEATURE_DIGEST_AUTH_MD5 = 26, 6043 MHD_FEATURE_DIGEST_AUTH_MD5 = 26,
@@ -6069,7 +6069,7 @@ enum MHD_FEATURE
6069 6069
6070 /** 6070 /**
6071 * Get whether 'userhash' is supported for Digest Authorization. 6071 * Get whether 'userhash' is supported for Digest Authorization.
6072 * It it always supported since #MHD_VERSION 0x00097526 if Digest Auth 6072 * It is always supported since #MHD_VERSION 0x00097526 if Digest Auth
6073 * module is built. 6073 * module is built.
6074 * @note Available since #MHD_VERSION 0x00097527 6074 * @note Available since #MHD_VERSION 0x00097527
6075 */ 6075 */