From: Mike Rumph Date: Thu, 5 Jun 2014 00:20:25 +0000 (+0000) Subject: Fix spelling and grammar errors. X-Git-Tag: 2.2.28~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2592e1edeb2d1dcf0a4aee06b5bf00fd8297144b;p=thirdparty%2Fapache%2Fhttpd.git Fix spelling and grammar errors. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1600547 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_headers.html.en b/docs/manual/mod/mod_headers.html.en index 093fff9607c..70a4328e2f1 100644 --- a/docs/manual/mod/mod_headers.html.en +++ b/docs/manual/mod/mod_headers.html.en @@ -170,7 +170,7 @@ headers
  • - Set the same header value under multiple non-exclusive conditions, + Set the same header value under multiple nonexclusive conditions, but do not duplicate the value in the final header. If all of the following conditions applied to a request (i.e., if the CGI, NO_CACHE and @@ -361,7 +361,7 @@ headers

    Except in early mode, the Header directives are processed just - before the response is sent to the network. These means that it is + before the response is sent to the network. This means that it is possible to set and/or override most headers, except for some headers added by the HTTP header filter. Prior to 2.2.12, it was not possible to change the Content-Type header with this directive.

    diff --git a/docs/manual/mod/mod_headers.xml b/docs/manual/mod/mod_headers.xml index 5fd0fcda5de..f98cb2f842a 100644 --- a/docs/manual/mod/mod_headers.xml +++ b/docs/manual/mod/mod_headers.xml @@ -155,7 +155,7 @@ headers
  • - Set the same header value under multiple non-exclusive conditions, + Set the same header value under multiple nonexclusive conditions, but do not duplicate the value in the final header. If all of the following conditions applied to a request (i.e., if the CGI, NO_CACHE and @@ -449,7 +449,7 @@ headers

    Except in early mode, the Header directives are processed just - before the response is sent to the network. These means that it is + before the response is sent to the network. This means that it is possible to set and/or override most headers, except for some headers added by the HTTP header filter. Prior to 2.2.12, it was not possible to change the Content-Type header with this directive.