]> granicus.if.org Git - apache/commitdiff
Merge r1328303 from trunk:
authorDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 10:34:07 +0000 (10:34 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Fri, 20 Apr 2012 10:34:07 +0000 (10:34 +0000)
Fix some more typos

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1328305 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/rewrite/avoid.xml
docs/manual/rewrite/index.xml

index 71c284590e99bfed05aae5c50910cb6ecafec527..96d13c88d3e6977ad5b61049e36fc87131bfd9b6 100644 (file)
@@ -180,7 +180,7 @@ RewriteRule ^/?images(.*) http://imageserver.local/images$1 [P]
 </example>
 
 <p>However, in many cases, when there is no actual pattern matching
-meeded, as in the example shown above, the <directive
+needed, as in the example shown above, the <directive
 module="mod_proxy">ProxyPass</directive> directive is a better choice.
 The example here could be rendered as:</p>
 
@@ -209,7 +209,7 @@ accomplish.</p>
 <section id="setenv"><title>Environment Variable Testing</title>
 
 <p><module>mod_rewrite</module> is frequently used to take a particular
-action based on the presence or absense of a particular environment
+action based on the presence or absence of a particular environment
 variable or request header. This can be done more efficiently using the
 <directive module="core" type="section">If</directive>.</p>
 
index a5b323a37e22f7f138152931f09315fd8e7a74d6..548d88cc1be4ca32cfcaa6c2de73de8f3176c794 100644 (file)
@@ -56,7 +56,7 @@
       complex. This document supplements the <a
       href="../mod/mod_rewrite.html">reference documentation</a>, and
       attempts to allay some of that complexity, and provide highly
-      annoted examples of common scenarios that you may handle with
+      annotated examples of common scenarios that you may handle with
       mod_rewrite. But we also attempt to show you when you should not
       use mod_rewrite, and use other standard Apache features instead,
       thus avoiding this unnecessary complexity.</p>