aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-22 11:48:54 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-22 11:48:54 +0200
commitc43779a4bed4d372153e12ba94b9c4c6520050ef (patch)
tree858e3c63a8ad0800454dede937f601b42b4f9ac8 /src/lib
parent4b18c05142f821fb6b1ba7e8841fce9b623ad9e3 (diff)
downloadlibmicrohttpd-c43779a4bed4d372153e12ba94b9c4c6520050ef.tar.gz
libmicrohttpd-c43779a4bed4d372153e12ba94b9c4c6520050ef.zip
fix typos
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/connection_call_handlers.c2
1 files changed, 1 insertions, 1 deletions
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,
1796 else 1796 else
1797 { 1797 {
1798 curi = uri; 1798 curi = uri;
1799 /* Search from back to accept misformed URI with space */ 1799 /* Search from back to accept malformed URI with space */
1800 http_version = line + line_len - 1; 1800 http_version = line + line_len - 1;
1801 /* Skip any trailing spaces */ 1801 /* Skip any trailing spaces */
1802 while ( (' ' == http_version[0]) && 1802 while ( (' ' == http_version[0]) &&