From: William A. Rowe Jr Date: Wed, 11 Aug 2004 22:55:00 +0000 (+0000) Subject: Fix structure element typo. X-Git-Tag: post_ajp_proxy~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3698b4588c0a4d73a8d354891849bcbcecf3922b;p=apache Fix structure element typo. Submitted by: mturk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104609 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index a35f1bed17..b4882ee592 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -248,7 +248,7 @@ typedef struct { proxy_balancer *b; /* balancer containing this worker */ proxy_worker *w; double lbfactor; /* dynamic lbfactor */ - double lbsatus; /* Current lbstatus */ + double lbstatus; /* Current lbstatus */ apr_size_t transfered; /* Number of bytes transfered to remote */ apr_size_t readed; /* Number of bytes readed from remote */ const char *route;