libmicrohttpd

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

commit ecf9dbb6905d3fe95117f7b8245ced698f9356cb
parent 41a3f2398afbc37613e7c42947df209af287dc85
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 18 Jul 2021 13:52:12 +0200

-fix typo

Diffstat:
Msrc/microhttpd/response.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/microhttpd/response.c b/src/microhttpd/response.c @@ -636,7 +636,7 @@ MHD_get_response_header (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 *