-make spell checker happy

This commit is contained in:
Christian Grothoff
2021-07-14 14:37:16 +02:00
parent 39dddad671
commit 41a3f2398a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 *
+3 -3
View File
@@ -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);