libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 41a3f2398afbc37613e7c42947df209af287dc85
parent 39dddad671639deda2d4f312aac6c32f796335fd
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 14 Jul 2021 14:37:16 +0200

-make spell checker happy

Diffstat:
Msrc/microhttpd/response.h | 2+-
Msrc/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 @@ -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 @@ -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);