aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorsilvioprog <silvioprog@gmail.com>2018-07-31 14:44:10 -0300
committersilvioprog <silvioprog@gmail.com>2018-07-31 14:45:08 -0300
commit60fe2b37f7bfe02c88be278badc82be8dfc39a58 (patch)
treecf53cc40c9bb4f5f103b52eddfb2c0e248dba7c2 /src/include/microhttpd.h
parenta7c0b04cce61860d3a8fa2eaa49b11a26485f392 (diff)
downloadlibmicrohttpd-60fe2b37f7bfe02c88be278badc82be8dfc39a58.tar.gz
libmicrohttpd-60fe2b37f7bfe02c88be278badc82be8dfc39a58.zip
Small spell correction.
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 f43935c7..e1a8d215 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -1414,7 +1414,7 @@ enum MHD_OPTION
1414 1414
1415 /** 1415 /**
1416 * Memory pointer for the certificate (ca.pem) to be used by the 1416 * Memory pointer for the certificate (ca.pem) to be used by the
1417 * HTTPS daemon for client authentification. 1417 * HTTPS daemon for client authentication.
1418 * This option should be followed by a `const char *` argument. 1418 * This option should be followed by a `const char *` argument.
1419 */ 1419 */
1420 MHD_OPTION_HTTPS_MEM_TRUST = 20, 1420 MHD_OPTION_HTTPS_MEM_TRUST = 20,