From: Lucien Gentis
Date: Sat, 5 Dec 2009 16:24:35 +0000 (+0000)
Subject: Small typos.
X-Git-Tag: 2.3.5~98
X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=716a232c0d61ff93850a7cb06b895b577d1e70c4;p=thirdparty%2Fapache%2Fhttpd.git
Small typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@887557 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/advanced.xml b/docs/manual/rewrite/advanced.xml
index 6a98e85f90e..7f04784430b 100644
--- a/docs/manual/rewrite/advanced.xml
+++ b/docs/manual/rewrite/advanced.xml
@@ -89,7 +89,7 @@ http://physical_host_of_user1/u/user/anypath
thus every URL path need not be valid on every backend physical
host. The following ruleset does this for us with the help of the map
files assuming that server0 is a default server which will be used if
- a user has no entry in the map):
+ a user has no entry in the map:
RewriteEngine on
@@ -400,7 +400,7 @@ RewriteRule ^/~(([a-z])[a-z0-9]+)(.*) /home/$2
Discussion:
- This technique will of course also work with with other
+ This technique will of course also work with other
special characters that mod_rewrite, by default, URL-encodes.