From a89bce3fd9eeab66b2ee57ad304a7e81e6821037 Mon Sep 17 00:00:00 2001
From: Cliff Woolley
Date: Tue, 14 Dec 2004 18:58:25 +0000
Subject: [PATCH] "transfered" is not a word.
s/transfered/transferred/g;
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111858 13f79535-47bb-0310-9956-ffa450edef68
---
CHANGES | 2 +-
docs/manual/mod/mod_rewrite.html.en | 4 ++--
docs/manual/mod/mod_rewrite.xml | 2 +-
modules/aaa/mod_auth_digest.c | 2 +-
modules/proxy/mod_proxy.c | 4 ++--
modules/proxy/mod_proxy.h | 2 +-
modules/proxy/proxy_ajp.c | 4 ++--
modules/proxy/proxy_http.c | 14 +++++++-------
test/zb.c | 4 ++--
9 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/CHANGES b/CHANGES
index f99737d759..b6e946cf19 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9264,7 +9264,7 @@ Changes with Apache 1.3.1
*) Cache a proxied request in the event that the client cancels the
transfer, provided that the configured percentage of the file has
- already been transfered. It works for HTTP transfers only. The
+ already been transferred. It works for HTTP transfers only. The
new configuration directive is called CacheForceCompletion.
[Glen Parker ] PR#2277
diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en
index 59425bcf27..9407244a2a 100644
--- a/docs/manual/mod/mod_rewrite.html.en
+++ b/docs/manual/mod/mod_rewrite.html.en
@@ -256,7 +256,7 @@ URLs on the fly
%N
(see below). These are available for creating
the strings Substitution and TestString.
Figure 2 shows to which locations the back-references are
- transfered for expansion.
+ transferred for expansion.
![[Needs graphics capability to display]](../images/mod_rewrite_fig2.gif)
@@ -1791,4 +1791,4 @@ RewriteRule ^/([^/]+)/~([^/]+)/(.*)$ /u/${real-to-user:$2|nobody}/$3.$1
-