]> granicus.if.org Git - apache/commitdiff
Merge r1231446from trunk:
authorTakashi Sato <takashi@apache.org>
Sat, 14 Jan 2012 07:47:09 +0000 (07:47 +0000)
committerTakashi Sato <takashi@apache.org>
Sat, 14 Jan 2012 07:47:09 +0000 (07:47 +0000)
Fix the request/response header error

Submitted by: INOUE Seiichiro <inoue ariel-networks.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1231453 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_headers.xml

index 9c80f74921347d89880e16868221e538354dc9a6..f40bc05a2a145b7d41acd0293c0335ab8c46910c 100644 (file)
@@ -235,7 +235,7 @@ headers</description>
     than once.</dd>
 
     <dt><code>merge</code></dt>
-    <dd>The response header is appended to any existing header of
+    <dd>The request header is appended to any existing header of
     the same name, unless the value to be appended already appears in the
     existing header's comma-delimited list of values.  When a new value is
     merged onto an existing header it is separated from the existing header
@@ -360,7 +360,7 @@ headers</description>
     <var>value</var> must be omitted.</dd>
 
     <dt><code>edit</code></dt>
-    <dd>If this request header exists, its value is transformed according
+    <dd>If this response header exists, its value is transformed according
     to a <glossary ref="regex">regular expression</glossary>
     search-and-replace.  The <var>value</var> argument is a <glossary
     ref="regex">regular expression</glossary>, and the <var>replacement</var>