]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
missing an "if"
authorEric Covener <covener@apache.org>
Wed, 22 Oct 2008 13:40:21 +0000 (13:40 +0000)
committerEric Covener <covener@apache.org>
Wed, 22 Oct 2008 13:40:21 +0000 (13:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707072 13f79535-47bb-0310-9956-ffa450edef68

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

index 258946b16b1652228d1178541512eb65fad40949..bc900da871a3ba9e8501b4cbf0b0d43ca832241b 100644 (file)
@@ -965,7 +965,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map
           program which will implement a 1:1 map (<em>i.e.</em>,
           key == value) could be:</p>
 
-          <p>External rewriting programs are not started they're defined in a
+          <p>External rewriting programs are not started if they're defined in a
           context that does not have <code class="directive">RewriteEngine</code> set to
           <code>on</code></p>.
 
@@ -1630,4 +1630,4 @@ should never be necessary and is unsupported.</p>
 </div><div id="footer">
 <p class="apache">Copyright 2008 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index 905a13b388360aee75585ae44b5027e3992320df..919f39870c3c238fe6368e804970ed8390040524 100644 (file)
@@ -477,7 +477,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map
           program which will implement a 1:1 map (<em>i.e.</em>,
           key == value) could be:</p>
 
-          <p>External rewriting programs are not started they're defined in a
+          <p>External rewriting programs are not started if they're defined in a
           context that does not have <directive>RewriteEngine</directive> set to
           <code>on</code></p>.