aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-23 00:02:57 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-23 00:02:57 +0200
commit0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab (patch)
tree52ced4fc3cbe618ec1f1a7da7d9234474f33728e /doc
parentfbec7f3f0833bdd07780b8d85a84ce763f63a70a (diff)
downloadlibmicrohttpd-0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab.tar.gz
libmicrohttpd-0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab.zip
fix typos
Diffstat (limited to 'doc')
-rw-r--r--doc/libmicrohttpd.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/libmicrohttpd.texi b/doc/libmicrohttpd.texi
index bd6da838..150dd048 100644
--- a/doc/libmicrohttpd.texi
+++ b/doc/libmicrohttpd.texi
@@ -619,7 +619,7 @@ flag is very convenient for multiplatform applications.
619Tell the TLS library to support post handshake client authentication. 619Tell the TLS library to support post handshake client authentication.
620Only useful in combination with @code{MHD_USE_TLS}. 620Only useful in combination with @code{MHD_USE_TLS}.
621 621
622This option will only work if the underyling TLS library 622This option will only work if the underlying TLS library
623supports it (i.e. GnuTLS after 3.6.3). If the TLS library 623supports it (i.e. GnuTLS after 3.6.3). If the TLS library
624does not support it, MHD may ignore the option and proceed 624does not support it, MHD may ignore the option and proceed
625without supporting this features. 625without supporting this features.
@@ -630,7 +630,7 @@ resulting security drawbacks. Only enable this if you really know what
630you are doing. MHD currently does NOT enforce that this only affects 630you are doing. MHD currently does NOT enforce that this only affects
631GET requests! You have been warned. 631GET requests! You have been warned.
632 632
633This option will only work if the underyling TLS library 633This option will only work if the underlying TLS library
634supports it (i.e. GnuTLS after 3.6.3). If the TLS library 634supports it (i.e. GnuTLS after 3.6.3). If the TLS library
635does not support it, MHD may ignore the option and proceed 635does not support it, MHD may ignore the option and proceed
636without supporting this features. 636without supporting this features.