]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Typo fix. s/proxys/proxies/
authorVincent Bray <noodl@apache.org>
Sun, 22 Jul 2007 14:38:02 +0000 (14:38 +0000)
committerVincent Bray <noodl@apache.org>
Sun, 22 Jul 2007 14:38:02 +0000 (14:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558487 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index 0f96ee460dfdc23c07e4b32f9602e20e09ecdd73..07c7f80b44005b9f6064ba0fa07d68c3d398a680 100644 (file)
       by <code class="module"><a href="../mod/mod_cache.html">mod_cache</a></code>) to reduce network usage.</p>
 
       <p>The forward proxy is activated using the <code class="directive"><a href="#proxyrequests">ProxyRequests</a></code> directive.  Because
-      forward proxys allow clients to access arbitrary sites through
+      forward proxyies allow clients to access arbitrary sites through
       your server and to hide their true origin, it is essential that
       you <a href="#access">secure your server</a> so that only
       authorized clients can access the proxy before activating a
index 7d18990a882ae315669099aab2433b43048516ff..3aae79d01bbb8d0b32046d1ada3b124fb1f64748 100644 (file)
@@ -88,7 +88,7 @@
 
       <p>The forward proxy is activated using the <directive
       module="mod_proxy">ProxyRequests</directive> directive.  Because
-      forward proxys allow clients to access arbitrary sites through
+      forward proxyies allow clients to access arbitrary sites through
       your server and to hide their true origin, it is essential that
       you <a href="#access">secure your server</a> so that only
       authorized clients can access the proxy before activating a