Commit 337a057a authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent cf389e82
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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>