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

spellcheck

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@452405 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2006-10-03 10:52:12 +00:00
parent 4034b23cc0
commit 92067e547e

View File

@@ -228,7 +228,7 @@ typedef struct {
apr_sockaddr_t *addr; /* Preparsed remote address info */
apr_uint32_t flags; /* Conection flags */
int close; /* Close 'this' connection */
proxy_worker *worker; /* Connection pool this connection belogns to */
proxy_worker *worker; /* Connection pool this connection belongs to */
void *data; /* per scheme connection data */
#if APR_HAS_THREADS
int inreslist; /* connection in apr_reslist? */