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, 22 Oct 2020 11:56:02 +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 c43779a4 fix typos
     new dd9aadce Merge branch 'master' of git+ssh://gnunet.org/libmicrohttpd
c43779a4 is described below

commit c43779a4bed4d372153e12ba94b9c4c6520050ef
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Oct 22 11:48:54 2020 +0200

    fix typos
---
 configure.ac                       | 16 ++++++++--------
 src/lib/connection_call_handlers.c |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 3d1b679c..a3596813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -378,7 +378,7 @@ AM_CONDITIONAL([CYGWIN_TARGET], [[test "x$os_is_windows" = 
"xyes" && \
 
 AS_VAR_IF([os_is_windows], ["yes"],
   [
-    AC_MSG_CHECKING([[wheather target W32 version is specified by precomiler 
defines]])
+    AC_MSG_CHECKING([[whether target W32 version is specified by precomiler 
defines]])
     AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 /* Note: check logic is reversed for easy log reading */
 #ifdef WINVER
@@ -435,11 +435,11 @@ choke me now;
 #include <windows.h>
 #endif
 
-#if _WIN32_WINNT+0 == 0x0501 
+#if _WIN32_WINNT+0 == 0x0501
 #error _WIN32_WINNT is 0x0501
 choke me now;
 #endif
-#if _WIN32_WINNT+0 == 0x0502 
+#if _WIN32_WINNT+0 == 0x0502
 #error _WIN32_WINNT is 0x0502
 choke me now;
 #endif
@@ -459,7 +459,7 @@ choke me now;
 #include <windows.h>
 #endif
 
-#if _WIN32_WINNT+0 < 0x0600 
+#if _WIN32_WINNT+0 < 0x0600
 #error _WIN32_WINNT is less than 0x0600 but greater than 0x0502
 choke me now;
 #endif
@@ -477,7 +477,7 @@ choke me now;
 #include <windows.h>
 #endif
 
-#if _WIN32_WINNT+0 == 0x0600 
+#if _WIN32_WINNT+0 == 0x0600
 #error _WIN32_WINNT is 0x0600
 choke me now;
 #endif
@@ -489,7 +489,7 @@ choke me now;
            )
          ]
        )
-       
+
        AS_VAR_SET_IF([mhd_w32_ver], [],
          [
            AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
@@ -500,7 +500,7 @@ choke me now;
 #include <windows.h>
 #endif
 
-#if _WIN32_WINNT+0 > 0x0600 
+#if _WIN32_WINNT+0 > 0x0600
 #error _WIN32_WINNT is greater than 0x0600
 choke me now;
 #endif
@@ -520,7 +520,7 @@ choke me now;
        mhd_w32_ver="Vista"
        mhd_w32_ver_msg="Vista (default, override by 
CPPFLAGS=-D_WIN32_WINNT=0xNNNN)"
        CPPFLAGS="$CPPFLAGS -D_WIN32_WINNT=0x0600"
-       AC_MSG_CHECKING([[wheather headers accept _WIN32_WINNT=0x0600]])
+       AC_MSG_CHECKING([[whether headers accept _WIN32_WINNT=0x0600]])
        AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
 #ifdef HAVE_SDKDDKVER_H
 #include <sdkddkver.h>
diff --git a/src/lib/connection_call_handlers.c 
b/src/lib/connection_call_handlers.c
index 634a9693..aa082ebb 100644
--- a/src/lib/connection_call_handlers.c
+++ b/src/lib/connection_call_handlers.c
@@ -1796,7 +1796,7 @@ parse_initial_message_line (struct MHD_Request *request,
   else
   {
     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]) &&

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