aboutsummaryrefslogtreecommitdiff
path: root/doc/chapters/responseheaders.inc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/chapters/responseheaders.inc')
-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