]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo fix, courtesy of humbedooh AT humbedooh.com - Daniel Gruno
authorRich Bowen <rbowen@apache.org>
Thu, 2 Feb 2012 14:09:59 +0000 (14:09 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 2 Feb 2012 14:09:59 +0000 (14:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1239629 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.xml

index 4c99469b7aafca94eb39c6604179945aca80587e..0fc91deb2a2dab6135394111e84c7fb0c06bf91e 100644 (file)
@@ -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.</p>
           <p>Example:</p>