aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-04 18:44:29 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-04 18:44:29 +0000
commitfd9430bbef16ad6f1148c3a08e0a69cb85e56d2b (patch)
treecf5c82df55c9df577331b4a749b896af876acc66
parent98d2c01bcf0af58aaa2c88644dc95ebd5273905e (diff)
downloadlibmicrohttpd-fd9430bbef16ad6f1148c3a08e0a69cb85e56d2b.tar.gz
libmicrohttpd-fd9430bbef16ad6f1148c3a08e0a69cb85e56d2b.zip
typo
-rw-r--r--doc/chapters/responseheaders.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/chapters/responseheaders.inc b/doc/chapters/responseheaders.inc
index 570776c8..ece7ce1c 100644
--- a/doc/chapters/responseheaders.inc
+++ b/doc/chapters/responseheaders.inc
@@ -128,7 +128,7 @@ meta data about the content. Aware of the field's name we want to add, it is as
128MHD_add_response_header(response, "Content-Type", MIMETYPE); 128MHD_add_response_header(response, "Content-Type", MIMETYPE);
129@end verbatim 129@end verbatim
130@noindent 130@noindent
131We do not have to append a colon expected by the protocol hehind the first 131We do not have to append a colon expected by the protocol behind the first
132field---@emph{GNU libhttpdmicro} will take care of this. 132field---@emph{GNU libhttpdmicro} will take care of this.
133 133
134The function finishes with the well-known lines 134The function finishes with the well-known lines