mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-make spell checker happy
This commit is contained in:
@@ -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 *
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user