]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct typo as spoted in a comment in online doc
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 29 Apr 2014 20:36:39 +0000 (20:36 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 29 Apr 2014 20:36:39 +0000 (20:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1591094 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index f54a793833850bca4511e900fb231797a0ea0666..4613bcb1077d2aa838355e57cd8c8bb1eea73765 100644 (file)
@@ -419,7 +419,7 @@ RewriteRule ^index\.html$  welcome.html
         the value of the HTTP header
         ``<code>Proxy-Connection:</code>''.
         <p>If a HTTP header is used in a condition this header is added to
-        the Vary header of the response in case the condition evaluates to
+        the Vary header of the response in case the condition evaluates
         to true for the request. It is <strong>not</strong> added if the
         condition evaluates to false for the request. Adding the HTTP header
         to the Vary header of the response is needed for proper caching.</p>
@@ -1121,7 +1121,7 @@ later</td></tr>
 
       <p>In <code class="directive"><a href="../mod/core.html#directory">Directory</a></code> and htaccess context,
       the <em>Pattern</em> will initially be matched against the  
-      <em>filesystem</em> path, after removing the prefix that lead the server
+      <em>filesystem</em> path, after removing the prefix that led the server
       to the current <code class="directive">RewriteRule</code> (e.g. "app1/index.html" 
       or "index.html" depending on where the directives are defined).</p>
        
index 3d1e6ca457d68e1da4f2c660daf7c3ec850b8040..6b8b09c145327db3f518a08a7024f9a08d031016 100644 (file)
@@ -895,7 +895,7 @@ RewriteRule ^index\.html$  welcome.html
         the value of the HTTP header
         ``<code>Proxy-Connection:</code>''.
         <p>If a HTTP header is used in a condition this header is added to
-        the Vary header of the response in case the condition evaluates to
+        the Vary header of the response in case the condition evaluates
         to true for the request. It is <strong>not</strong> added if the
         condition evaluates to false for the request. Adding the HTTP header
         to the Vary header of the response is needed for proper caching.</p>
@@ -1143,7 +1143,7 @@ RewriteRule  ^/$                 /homepage.std.html  [L]
 
       <p>In <directive module="core">Directory</directive> and htaccess context,
       the <em>Pattern</em> will initially be matched against the  
-      <em>filesystem</em> path, after removing the prefix that lead the server
+      <em>filesystem</em> path, after removing the prefix that led the server
       to the current <directive>RewriteRule</directive> (e.g. "app1/index.html" 
       or "index.html" depending on where the directives are defined).</p>