gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] 04/06: connection.c: fixed typo in comment


From: gnunet
Subject: [libmicrohttpd] 04/06: connection.c: fixed typo in comment
Date: Tue, 27 Sep 2022 18:02:18 +0200

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

karlson2k pushed a commit to branch master
in repository libmicrohttpd.

commit dd5b0d6407661442a64461f032871da7c8bdcd1b
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Tue Sep 27 17:27:40 2022 +0300

    connection.c: fixed typo in comment
---
 src/microhttpd/connection.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index e894fe24..1dca8f94 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -3155,7 +3155,7 @@ parse_http_version (struct MHD_Connection *connection,
   const char *const h = http_string; /**< short alias */
   mhd_assert (NULL != http_string);
 
-  /* String must starts with 'HTTP/d.d', case-sensetive match.
+  /* String must start with 'HTTP/d.d', case-sensetive match.
    * See https://datatracker.ietf.org/doc/html/rfc7230#section-2.6 */
   if ((len != 8) ||
       (h[0] != 'H') || (h[1] != 'T') || (h[2] != 'T') || (h[3] != 'P') ||

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