gnunet-svn
[Top][All Lists]
Advanced

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

[libmicrohttpd] branch master updated: -make spell checker happy


From: gnunet
Subject: [libmicrohttpd] branch master updated: -make spell checker happy
Date: Wed, 14 Jul 2021 14:40:28 +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 41a3f239 -make spell checker happy
41a3f239 is described below

commit 41a3f2398afbc37613e7c42947df209af287dc85
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jul 14 14:37:16 2021 +0200

    -make spell checker happy
---
 src/microhttpd/response.h               | 2 +-
 src/microhttpd/test_str_tokens_remove.c | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/microhttpd/response.h b/src/microhttpd/response.h
index 52dece93..bc650f66 100644
--- a/src/microhttpd/response.h
+++ b/src/microhttpd/response.h
@@ -64,7 +64,7 @@ MHD_response_execute_upgrade_ (struct MHD_Response *response,
  * @param kind the kind of element: header or footer
  * @param key the key which header to get
  * @param key_len the length of the @a key
- * @return NULL if header elemnt does not exist
+ * @return NULL if header element does not exist
  * @ingroup response
  */
 struct MHD_HTTP_Header *
diff --git a/src/microhttpd/test_str_tokens_remove.c 
b/src/microhttpd/test_str_tokens_remove.c
index bc38e2cd..757c0237 100644
--- a/src/microhttpd/test_str_tokens_remove.c
+++ b/src/microhttpd/test_str_tokens_remove.c
@@ -102,10 +102,10 @@ check_result (void)
   errcount += expect_result ("tOkEn", " \t toKEN  ", "", true);
   errcount += expect_result ("not-token, tOkEn", "token", "not-token",
                              true);
-  errcount += expect_result ("not-token, tOkEn, toke", "token",
-                             "not-token, toke",
+  errcount += expect_result ("not-token, tOkEn, took", "token",
+                             "not-token, took",
                              true);
-  errcount += expect_result ("toke, tOkEn", "token", "toke",
+  errcount += expect_result ("toll, tOkEn", "token", "toll",
                              true);
   errcount += expect_result ("not-token, tOkEn", " \t toKEN", "not-token",
                              true);

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