aboutsummaryrefslogtreecommitdiff
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
parentfbec7f3f0833bdd07780b8d85a84ce763f63a70a (diff)
downloadlibmicrohttpd-0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab.tar.gz
libmicrohttpd-0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab.zip
fix typos
-rw-r--r--doc/libmicrohttpd.texi4
-rw-r--r--src/include/microhttpd2.h2
2 files changed, 3 insertions, 3 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.
diff --git a/src/include/microhttpd2.h b/src/include/microhttpd2.h
index 7c1b5187..52e423a2 100644
--- a/src/include/microhttpd2.h
+++ b/src/include/microhttpd2.h
@@ -471,7 +471,7 @@ enum MHD_StatusCode
471 MHD_SC_UPGRADE_FORWARD_INCOMPLETE = 30010, 471 MHD_SC_UPGRADE_FORWARD_INCOMPLETE = 30010,
472 472
473 /** 473 /**
474 * We failed to allocate memory for generatig the response from our 474 * We failed to allocate memory for generating the response from our
475 * memory pool. Likely the request header was too large to leave 475 * memory pool. Likely the request header was too large to leave
476 * enough room. 476 * enough room.
477 */ 477 */