1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

grammatical parameter change... "readed" -> "read"

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111830 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2004-12-14 16:08:55 +00:00
parent 939710c063
commit 0fb2f37f3e
4 changed files with 6 additions and 6 deletions

View File

@@ -243,7 +243,7 @@ typedef struct {
int lbstatus; /* Current lbstatus */
int lbfactor; /* dynamic lbfactor */
apr_off_t transfered; /* Number of bytes transfered to remote */
apr_off_t readed; /* Number of bytes readed from remote */
apr_off_t read; /* Number of bytes read from remote */
apr_size_t elected; /* Number of times the worker was elected */
char route[PROXY_WORKER_MAX_ROUTE_SIZ+1];
char redirect[PROXY_WORKER_MAX_ROUTE_SIZ+1];