aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/connection.c')
-rw-r--r--src/microhttpd/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/connection.c b/src/microhttpd/connection.c
index 8833e9c6..db309bb8 100644
--- a/src/microhttpd/connection.c
+++ b/src/microhttpd/connection.c
@@ -346,7 +346,7 @@
346#endif 346#endif
347 347
348/** 348/**
349 * Response text used when the request has unsupported "Transfer-Enconding:". 349 * Response text used when the request has unsupported "Transfer-Encoding:".
350 */ 350 */
351#ifdef HAVE_MESSAGES 351#ifdef HAVE_MESSAGES
352#define REQUEST_UNSUPPORTED_TR_ENCODING \ 352#define REQUEST_UNSUPPORTED_TR_ENCODING \
@@ -360,7 +360,7 @@
360 360
361/** 361/**
362 * Response text used when the request has unsupported both headers: 362 * Response text used when the request has unsupported both headers:
363 * "Transfer-Enconding:" and "Content-Length:" 363 * "Transfer-Encoding:" and "Content-Length:"
364 */ 364 */
365#ifdef HAVE_MESSAGES 365#ifdef HAVE_MESSAGES
366#define REQUEST_LENGTH_WITH_TR_ENCODING \ 366#define REQUEST_LENGTH_WITH_TR_ENCODING \