From: Rich Bowen
Date: Thu, 2 Feb 2012 14:09:59 +0000 (+0000)
Subject: Typo fix, courtesy of humbedooh AT humbedooh.com - Daniel Gruno
X-Git-Tag: 2.2.23~276
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be97475f7c5e0aecf20a08a428f5ef6d0d51afd0;p=thirdparty%2Fapache%2Fhttpd.git
Typo fix, courtesy of humbedooh AT humbedooh.com - Daniel Gruno
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1239629 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index 4c99469b7aa..0fc91deb2a2 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -406,7 +406,7 @@ RewriteMap real-to-user txt:/path/to/file/map.txt
alternatives from which the actual returned value is
chosen randomly. For example, you might use the following map
file and directives to provide a random load balancing between
- several back-end server, via a reverse-proxy. Images are sent
+ several back-end servers, via a reverse-proxy. Images are sent
to one of the servers in the 'static' pool, while everything
else is sent to one of the 'dynamic' pool.
Example: