From: Rich Bowen
Date: Sat, 7 Nov 2009 17:40:28 +0000 (+0000)
Subject: Typo correction. Thanks Lucien.
X-Git-Tag: 2.3.3~23
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48b70fd6e43134747dd588f50ff89699a043a981;p=thirdparty%2Fapache%2Fhttpd.git
Typo correction. Thanks Lucien.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833721 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en
index 087b86ffaf3..0de5937df2c 100644
--- a/docs/manual/rewrite/remapping.html.en
+++ b/docs/manual/rewrite/remapping.html.en
@@ -235,7 +235,7 @@ RewriteRule ^(.*).html$ $1.php
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 (document.html) and target
(document.php) files using the same base filename.
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index 428aafd2b20..cd77cd24ce1 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -237,7 +237,7 @@ RewriteRule ^(.*).html$ $1.php
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 (document.html) and target
(document.php) files using the same base filename.