From 48b70fd6e43134747dd588f50ff89699a043a981 Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Sat, 7 Nov 2009 17:40:28 +0000
Subject: [PATCH] Typo correction. Thanks Lucien.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833721 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/rewrite/remapping.html.en | 2 +-
docs/manual/rewrite/remapping.xml | 2 +-
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 (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 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 (document.html
) and target
(document.php
) files using the same base filename.
--
2.40.0