You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2014/06/05 01:30:52 UTC

svn commit: r1600539 - in /httpd/httpd/trunk/docs/manual/mod: mod_headers.html.en mod_headers.xml

Author: mrumph
Date: Wed Jun  4 23:30:52 2014
New Revision: 1600539

URL: http://svn.apache.org/r1600539
Log:
Fix spelling and grammar errors.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_headers.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en?rev=1600539&r1=1600538&r2=1600539&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_headers.html.en Wed Jun  4 23:30:52 2014
@@ -165,7 +165,7 @@ Header set MyHeader "%D %t mytext" env=H
       </li>
 
       <li>
-        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 <code>CGI</code>, <code>NO_CACHE</code> and
@@ -250,7 +250,7 @@ available in 2.4.10 and later</td></tr>
             <code>onsuccess</code> condition.</li>
     </ul>
 
-    <p>Separately from the <var>condition</var> paramete described above, you 
+    <p>Separately from the <var>condition</var> parameter described above, you 
     can limit an action based on HTTP status codes for e.g. proxied or CGI 
     requests. See the example that uses %{REQUEST_STATUS} in the section above.</p>
 
@@ -410,7 +410,7 @@ available in 2.4.10 and later</td></tr>
 
     <p>Except in <a href="#early">early</a> mode, the
     <code class="directive">Header</code> 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.</p>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_headers.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_headers.xml?rev=1600539&r1=1600538&r2=1600539&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_headers.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_headers.xml Wed Jun  4 23:30:52 2014
@@ -155,7 +155,7 @@ Header set MyHeader "%D %t mytext" env=H
       </li>
 
       <li>
-        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 <code>CGI</code>, <code>NO_CACHE</code> and
@@ -354,7 +354,7 @@ available in 2.4.10 and later</compatibi
             <code>onsuccess</code> condition.</li>
     </ul>
 
-    <p>Separately from the <var>condition</var> paramete described above, you 
+    <p>Separately from the <var>condition</var> parameter described above, you 
     can limit an action based on HTTP status codes for e.g. proxied or CGI 
     requests. See the example that uses %{REQUEST_STATUS} in the section above.</p>
 
@@ -526,7 +526,7 @@ available in 2.4.10 and later</compatibi
 
     <p>Except in <a href="#early">early</a> mode, the
     <directive>Header</directive> 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.</p>