]> granicus.if.org Git - apache/commitdiff
Small typos.
authorLucien Gentis <lgentis@apache.org>
Sat, 5 Dec 2009 16:24:35 +0000 (16:24 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 5 Dec 2009 16:24:35 +0000 (16:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@887557 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/advanced.xml

index 6a98e85f90e6963b4a9d541f0af284e31d0dd1ab..7f04784430b4aeb3df44a605c1c04501b0d9c378 100644 (file)
@@ -89,7 +89,7 @@ http://physical_host_of_user1/u/user/anypath
       <p>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):</p>
+      a user has no entry in the map:</p>
 
 <example><pre>
 RewriteEngine on
@@ -400,7 +400,7 @@ RewriteRule   ^/~(<strong>([a-z])</strong>[a-z0-9]+)(.*)  /home/<strong>$2</stro
     </dd>
 
     <dt>Discussion:</dt>
-    <dd>This technique will of course also work with with other 
+    <dd>This technique will of course also work with other 
     special characters that mod_rewrite, by default, URL-encodes.</dd>
   </dl>