]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
more typo fixes
authorDaniel Gruno <humbedooh@apache.org>
Thu, 26 Jul 2012 10:03:42 +0000 (10:03 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 26 Jul 2012 10:03:42 +0000 (10:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1365932 13f79535-47bb-0310-9956-ffa450edef68

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

index 594914b804ec3fa0d3c3d7d2c2f7d03bf1fb3931..e7ca01a9b776049f0a95b641770699a7e75a7dc1 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>
 
index 26177e200ba64b0afcb7c27510e9010765e56e9d..494c8842f64f042555a944d97710ea018d303f4b 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>
index 6499bf1a2617affb2ef1146431616e1195f53e3f..0a61d231ac49c6d9a9083dcfcbceb9ac87dd43d8 100644 (file)
@@ -179,7 +179,7 @@ matched against the URL-path of the incoming request (the part after the
 hostname but before any question mark indicating the beginning of a query 
 string) or, in per-directory context, against the request's path relative 
 to the directory for which the rule is defined. Once a substitution has 
-occured, the rules that follow are matched against the substituted
+occurred, the rules that follow are matched against the substituted
 value.
 </p>