From: Vincent Bray
Date: Sun, 22 Jul 2007 14:38:02 +0000 (+0000)
Subject: Typo fix. s/proxys/proxies/
X-Git-Tag: 2.2.5~118
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2cde8eafc865e3065c6fe4d07fc81c05610696e;p=thirdparty%2Fapache%2Fhttpd.git
Typo fix. s/proxys/proxies/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@558487 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en
index 0f96ee460df..07c7f80b440 100644
--- a/docs/manual/mod/mod_proxy.html.en
+++ b/docs/manual/mod/mod_proxy.html.en
@@ -125,7 +125,7 @@
by mod_cache) to reduce network usage.
The forward proxy is activated using the ProxyRequests 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 secure your server so that only
authorized clients can access the proxy before activating a
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 7d18990a882..3aae79d01bb 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -88,7 +88,7 @@
The forward proxy is activated using the ProxyRequests 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 secure your server so that only
authorized clients can access the proxy before activating a