You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2009/11/07 18:40:29 UTC

svn commit: r833721 - in /httpd/httpd/trunk/docs/manual/rewrite: remapping.html.en remapping.xml

Author: rbowen
Date: Sat Nov  7 17:40:28 2009
New Revision: 833721

URL: http://svn.apache.org/viewvc?rev=833721&view=rev
Log:
Typo correction. Thanks Lucien.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
    httpd/httpd/trunk/docs/manual/rewrite/remapping.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en?rev=833721&r1=833720&r2=833721&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.html.en Sat Nov  7 17:40:28 2009
@@ -235,7 +235,7 @@
     by taking advantage of the order of execution of the ruleset. In
     particular, mod_rewrite evaluates the left-hand-side of the
     RewriteRule before it evaluates the RewriteCond directives.
-    Consequently, $1 is already defined by the time the RewriteRule
+    Consequently, $1 is already defined by the time the RewriteCond
     directives are evaluated. This allows us to test for the existence
     of the the original (<code>document.html</code>) and target
     (<code>document.php</code>) files using the same base filename.</p>

Modified: httpd/httpd/trunk/docs/manual/rewrite/remapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/remapping.xml?rev=833721&r1=833720&r2=833721&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/remapping.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/remapping.xml Sat Nov  7 17:40:28 2009
@@ -237,7 +237,7 @@
     by taking advantage of the order of execution of the ruleset. In
     particular, mod_rewrite evaluates the left-hand-side of the
     RewriteRule before it evaluates the RewriteCond directives.
-    Consequently, $1 is already defined by the time the RewriteRule
+    Consequently, $1 is already defined by the time the RewriteCond
     directives are evaluated. This allows us to test for the existence
     of the the original (<code>document.html</code>) and target
     (<code>document.php</code>) files using the same base filename.</p>