summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2009-11-07 18:40:28 +0100
committerRich Bowen <rbowen@apache.org>2009-11-07 18:40:28 +0100
commit48b70fd6e43134747dd588f50ff89699a043a981 (patch)
tree04c559d5c25e6bc95e30a62e89ddae8e2fc15981 /docs/manual
parentSome additional new feature goodness to be part of 2.4. Please review (diff)
downloadapache2-48b70fd6e43134747dd588f50ff89699a043a981.tar.xz
apache2-48b70fd6e43134747dd588f50ff89699a043a981.zip
Typo correction. Thanks Lucien.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833721 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/rewrite/remapping.html.en2
-rw-r--r--docs/manual/rewrite/remapping.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/rewrite/remapping.html.en b/docs/manual/rewrite/remapping.html.en
index 087b86ffaf..0de5937df2 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 (<code>document.html</code>) and target
(<code>document.php</code>) files using the same base filename.</p>
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index 428aafd2b2..cd77cd24ce 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 (<code>document.html</code>) and target
(<code>document.php</code>) files using the same base filename.</p>