gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libmicrohttpd] branch master updated: fix typos


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix typos
Date: Thu, 23 Jul 2020 00:08:53 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository libmicrohttpd.

The following commit(s) were added to refs/heads/master by this push:
     new 0c85bd35 fix typos
0c85bd35 is described below

commit 0c85bd35d4ab3f0e991dc4c9c67b2ac579f062ab
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 23 00:02:57 2020 +0200

    fix typos
---
 doc/libmicrohttpd.texi    | 4 ++--
 src/include/microhttpd2.h | 2 +-
 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.
 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.
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
   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.
    */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]