From: Daniel Gruno
Date: Fri, 20 Apr 2012 10:32:14 +0000 (+0000)
Subject: Fix some more typos
X-Git-Tag: 2.5.0-alpha~7118
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3778281a7e203d729b09b8b72b4eb88cd55d76fa;p=thirdparty%2Fapache%2Fhttpd.git
Fix some more typos
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1328303 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/rewrite/avoid.xml b/docs/manual/rewrite/avoid.xml
index 71c284590e9..96d13c88d3e 100644
--- a/docs/manual/rewrite/avoid.xml
+++ b/docs/manual/rewrite/avoid.xml
@@ -180,7 +180,7 @@ RewriteRule ^/?images(.*) http://imageserver.local/images$1 [P]
However, in many cases, when there is no actual pattern matching
-meeded, as in the example shown above, the ProxyPass directive is a better choice.
The example here could be rendered as:
@@ -209,7 +209,7 @@ accomplish.
Environment Variable Testing
mod_rewrite 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
If.
diff --git a/docs/manual/rewrite/index.xml b/docs/manual/rewrite/index.xml
index a5b323a37e2..548d88cc1be 100644
--- a/docs/manual/rewrite/index.xml
+++ b/docs/manual/rewrite/index.xml
@@ -56,7 +56,7 @@
complex. This document supplements the reference documentation, 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.