]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in typo fix in 558487
authorVincent Bray <noodl@apache.org>
Sun, 22 Jul 2007 14:41:35 +0000 (14:41 +0000)
committerVincent Bray <noodl@apache.org>
Sun, 22 Jul 2007 14:41:35 +0000 (14:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558488 13f79535-47bb-0310-9956-ffa450edef68

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

index 07c7f80b44005b9f6064ba0fa07d68c3d398a680..acfc096dcccd159a0d57a64c991fced408fe9363 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 proxyies allow clients to access arbitrary sites through
+      forward proxies 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 3aae79d01bbb8d0b32046d1ada3b124fb1f64748..7e9bc96835299cfc06c0455c0f6d56e7f10ad522 100644 (file)
@@ -88,7 +88,7 @@
 
       <p>The forward proxy is activated using the <directive
       module="mod_proxy">ProxyRequests</directive> directive.  Because
-      forward proxyies allow clients to access arbitrary sites through
+      forward proxies 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