From: Lucien Gentis
Date: Sun, 8 Nov 2009 13:56:00 +0000 (+0000)
Subject: Little typos.
X-Git-Tag: 2.3.3~20
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bfb69f108089ba4faf0278f04c7951280e07c89;p=thirdparty%2Fapache%2Fhttpd.git
Little typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@833878 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/remapping.xml b/docs/manual/rewrite/remapping.xml
index cd77cd24ce1..fd6a0f142cc 100644
--- a/docs/manual/rewrite/remapping.xml
+++ b/docs/manual/rewrite/remapping.xml
@@ -239,7 +239,7 @@ RewriteRule ^(.*).html$ $1.php
RewriteRule before it evaluates the RewriteCond directives.
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
+ of the original (document.html) and target
(document.php) files using the same base filename.
This ruleset is designed to use in a per-directory context (In a
@@ -366,7 +366,7 @@ RewriteRule ^(.+) - [PT]
Looking at the hostname of the requesting client, we determine
which country they are coming from. If we can't do a lookup on their
IP address, we fall back to a default server.
- We'll use RewriteMap
+
We'll use a RewriteMap
directive to build a list of servers that we wish to use.