aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-30 18:08:51 +0200
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2023-03-30 18:08:51 +0200
commit27ecf2e10218c110e3559d14614856b7a62b140b (patch)
treed3e45afe55e4c4a2dd0cacb19bce11f9fa7c97f0 /src/include/microhttpd.h
parent3c2210e655ac95e1b270dab2daf23bebea625bed (diff)
downloadlibmicrohttpd-27ecf2e10218c110e3559d14614856b7a62b140b.tar.gz
libmicrohttpd-27ecf2e10218c110e3559d14614856b7a62b140b.zip
microhttpd.h: fixed typo in doxy
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index f3c25177..64cb8509 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -6036,7 +6036,7 @@ enum MHD_FEATURE
6036 /** 6036 /**
6037 * Get whether IPv6 without IPv4 is supported. If not supported 6037 * Get whether IPv6 without IPv4 is supported. If not supported
6038 * then IPv4 is always enabled in IPv6 sockets and 6038 * then IPv4 is always enabled in IPv6 sockets and
6039 * flag #MHD_USE_DUAL_STACK if always used when #MHD_USE_IPv6 is 6039 * flag #MHD_USE_DUAL_STACK is always used when #MHD_USE_IPv6 is
6040 * specified. 6040 * specified.
6041 */ 6041 */
6042 MHD_FEATURE_IPv6_ONLY = 5, 6042 MHD_FEATURE_IPv6_ONLY = 5,