aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-01-10 13:44:12 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-06-20 22:59:06 +0300
commitb483c0f6d336c47b4043b67230b841524daa46f6 (patch)
treebadb153f4b0d975679c36809588570f392cc67ee /src/include/microhttpd.h
parentbd605be2029d04d5014adccccfb1a9fa25beb1c3 (diff)
downloadlibmicrohttpd-b483c0f6d336c47b4043b67230b841524daa46f6.tar.gz
libmicrohttpd-b483c0f6d336c47b4043b67230b841524daa46f6.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 3db5378d..4976b071 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -96,7 +96,7 @@ extern "C"
96 * they are parsed as decimal numbers. 96 * they are parsed as decimal numbers.
97 * Example: 0x01093001 = 1.9.30-1. 97 * Example: 0x01093001 = 1.9.30-1.
98 */ 98 */
99#define MHD_VERSION 0x00097701 99#define MHD_VERSION 0x00097702
100 100
101/* If generic headers don't work on your platform, include headers 101/* If generic headers don't work on your platform, include headers
102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t', 102 which define 'va_list', 'size_t', 'ssize_t', 'intptr_t', 'off_t',
@@ -6200,7 +6200,7 @@ enum MHD_FEATURE
6200 /** 6200 /**
6201 * Get whether the SHA-256-based hashing algorithms are supported for Digest 6201 * Get whether the SHA-256-based hashing algorithms are supported for Digest
6202 * Authorization. 6202 * Authorization.
6203 * It it always supported since #MHD_VERSION 0x00096200 if Digest Auth 6203 * It is always supported since #MHD_VERSION 0x00096200 if Digest Auth
6204 * module is built unless manually disabled in a custom build. 6204 * module is built unless manually disabled in a custom build.
6205 * @note Available since #MHD_VERSION 0x00097701 6205 * @note Available since #MHD_VERSION 0x00097701
6206 */ 6206 */