Commit ba9b5f9a authored by Cliff Woolley's avatar Cliff Woolley
Browse files

"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
parent a83bec0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 <glenebob nwlink.com>] PR#2277
+2 −2
Original line number Diff line number Diff line
@@ -256,7 +256,7 @@ URLs on the fly</td></tr>
      <code>%N</code> (see below). These are available for creating
      the strings <em>Substitution</em> and <em>TestString</em>.
      Figure 2 shows to which locations the back-references are
      transfered for expansion.</p>
      transferred for expansion.</p>

<p class="figure">
      <img src="../images/mod_rewrite_fig2.gif" width="381" height="179" alt="[Needs graphics capability to display]" /><br />
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@ URLs on the fly</description>
      <code>%N</code> (see below). These are available for creating
      the strings <em>Substitution</em> and <em>TestString</em>.
      Figure 2 shows to which locations the back-references are
      transfered for expansion.</p>
      transferred for expansion.</p>

<p class="figure">
      <img src="../images/mod_rewrite_fig2.gif" width="381"
+1 −1
Original line number Diff line number Diff line
@@ -669,7 +669,7 @@ static const command_rec digest_cmds[] =
/*
 * client list code
 *
 * Each client is assigned a number, which is transfered in the opaque
 * Each client is assigned a number, which is transferred in the opaque
 * field of the WWW-Authenticate and Authorization headers. The number
 * is just a simple counter which is incremented for each new client.
 * Clients can't forge this number because it is hashed up into the
+2 −2
Original line number Diff line number Diff line
@@ -1724,7 +1724,7 @@ static int proxy_status_hook(request_rec *r, int flags)
            ap_rvputs(r, "</td><td>", worker->s->redirect, NULL);
            ap_rprintf(r, "</td><td>%d</td>", worker->s->lbfactor);
            ap_rprintf(r, "<td>%d</td><td>", (int)(worker->s->elected));
            ap_rputs(apr_strfsize(worker->s->transfered, fbuf), r);
            ap_rputs(apr_strfsize(worker->s->transferred, fbuf), r);
            ap_rputs("</td><td>", r);
            ap_rputs(apr_strfsize(worker->s->read, fbuf), r);
            ap_rputs("</td>\n", r);
@@ -1747,7 +1747,7 @@ static int proxy_status_hook(request_rec *r, int flags)
             "<tr><th>Redir</th><td>Session Route Redirection</td></tr>\n"
             "<tr><th>F</th><td>Load Balancer Factor in %</td></tr>\n"
             "<tr><th>Acc</th><td>Number of requests</td></tr>\n"
             "<tr><th>Wr</th><td>Number of bytes transfered</td></tr>\n"
             "<tr><th>Wr</th><td>Number of bytes transferred</td></tr>\n"
             "<tr><th>Rd</th><td>Number of bytes read</td></tr>\n"
             "</table>", r);

Loading