fix typos

This commit is contained in:
Christian Grothoff
2020-07-23 00:02:57 +02:00
parent fbec7f3f08
commit 0c85bd35d4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -619,7 +619,7 @@ flag is very convenient for multiplatform applications.
Tell the TLS library to support post handshake client authentication.
Only useful in combination with @code{MHD_USE_TLS}.
This option will only work if the underyling TLS library
This option will only work if the underlying TLS library
supports it (i.e. GnuTLS after 3.6.3). If the TLS library
does not support it, MHD may ignore the option and proceed
without supporting this features.
@@ -630,7 +630,7 @@ resulting security drawbacks. Only enable this if you really know what
you are doing. MHD currently does NOT enforce that this only affects
GET requests! You have been warned.
This option will only work if the underyling TLS library
This option will only work if the underlying TLS library
supports it (i.e. GnuTLS after 3.6.3). If the TLS library
does not support it, MHD may ignore the option and proceed
without supporting this features.
+1 -1
View File
@@ -471,7 +471,7 @@ enum MHD_StatusCode
MHD_SC_UPGRADE_FORWARD_INCOMPLETE = 30010,
/**
* We failed to allocate memory for generatig the response from our
* We failed to allocate memory for generating the response from our
* memory pool. Likely the request header was too large to leave
* enough room.
*/