gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: fix misc typos


From: gnunet
Subject: [libmicrohttpd] branch master updated: fix misc typos
Date: Thu, 23 Jul 2020 00:11:48 +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 babda9e9 fix misc typos
babda9e9 is described below

commit babda9e9c702aee6e03e7537108383e32a7c17d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Jul 23 00:05:52 2020 +0200

    fix misc typos
---
 ChangeLog                          | 2 +-
 doc/chapters/tlsauthentication.inc | 2 +-
 src/lib/internal.h                 | 2 +-
 src/lib/upgrade_process.c          | 2 +-
 src/lib/upgrade_process.h          | 2 +-
 src/microhttpd/connection.c        | 2 +-
 src/microhttpd/daemon.c            | 2 +-
 src/microhttpd/internal.h          | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 92e9ce6d..ebbe7994 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1111,7 +1111,7 @@ Fri Feb  5 20:43:11 CET 2016
 
 Thu Feb  4 11:38:11 CET 2016
        Added some buffer overrun protection.
-       Fixed handling of misformed URI with spaces. -EG
+       Fixed handling of malformed URI with spaces. -EG
 
 Wed Feb  3 15:41:57 CET 2016
        Make signal-pipe non-blocking and drain it. -CG
diff --git a/doc/chapters/tlsauthentication.inc 
b/doc/chapters/tlsauthentication.inc
index fdb3d920..ebde69a8 100644
--- a/doc/chapters/tlsauthentication.inc
+++ b/doc/chapters/tlsauthentication.inc
@@ -421,7 +421,7 @@ to this callback, as the GnuTLS API unfortunately does not 
permit this at this
 point.
 
 The @code{hosts} list can be initialized by loading the private keys and X.509
-certificats from disk as follows:
+certificates from disk as follows:
 
 @verbatim
 static void
diff --git a/src/lib/internal.h b/src/lib/internal.h
index c9971999..ebd59d02 100644
--- a/src/lib/internal.h
+++ b/src/lib/internal.h
@@ -831,7 +831,7 @@ struct UpgradeEpollHandle
    *
    * Similarly, for writing to TLS, this epoll() will be on the
    * connection's `socket_fd`, and this will merely be the FD which
-   * the applicatio would write to.  Hence this struct must always be
+   * the application would write to.  Hence this struct must always be
    * interpreted based on which field in `struct
    * MHD_UpgradeResponseHandle` it is (`app` or `mhd`).
    */
diff --git a/src/lib/upgrade_process.c b/src/lib/upgrade_process.c
index af71ca32..e158b146 100644
--- a/src/lib/upgrade_process.c
+++ b/src/lib/upgrade_process.c
@@ -28,7 +28,7 @@
 #if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
 /**
  * Performs bi-directional forwarding on upgraded HTTPS connections
- * based on the readyness state stored in the @a urh handle.
+ * based on the readiness state stored in the @a urh handle.
  * @remark To be called only from thread that process
  * connection's recv(), send() and response.
  *
diff --git a/src/lib/upgrade_process.h b/src/lib/upgrade_process.h
index 8b0d4119..e3242013 100644
--- a/src/lib/upgrade_process.h
+++ b/src/lib/upgrade_process.h
@@ -28,7 +28,7 @@
 #if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
 /**
  * Performs bi-directional forwarding on upgraded HTTPS connections
- * based on the readyness state stored in the @a urh handle.
+ * based on the readiness state stored in the @a urh handle.
  * @remark To be called only from thread that process
  * connection's recv(), send() and response.
  *
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 715b2d40..7a17c628 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -2076,7 +2076,7 @@ parse_initial_message_line (struct MHD_Connection 
*connection,
   {
     size_t uri_len;
     curi = uri;
-    /* Search from back to accept misformed URI with space */
+    /* Search from back to accept malformed URI with space */
     http_version = line + line_len - 1;
     /* Skip any trailing spaces */
     while ( (' ' == http_version[0]) &&
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 473a5fb4..ce19d79a 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -1326,7 +1326,7 @@ cleanup_upgraded_connection (struct MHD_Connection 
*connection)
 #if defined(HTTPS_SUPPORT) && defined(UPGRADE_SUPPORT)
 /**
  * Performs bi-directional forwarding on upgraded HTTPS connections
- * based on the readyness state stored in the @a urh handle.
+ * based on the readiness state stored in the @a urh handle.
  * @remark To be called only from thread that processes
  * connection's recv(), send() and response.
  *
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 39a7825d..3fdc7e5c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -1055,7 +1055,7 @@ struct UpgradeEpollHandle
    *
    * Similarly, for writing to TLS, this epoll() will be on the
    * connection's `socket_fd`, and this will merely be the FD which
-   * the applicatio would write to.  Hence this struct must always be
+   * the application would write to.  Hence this struct must always be
    * interpreted based on which field in `struct
    * MHD_UpgradeResponseHandle` it is (`app` or `mhd`).
    */

-- 
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]