From 92067e547e42e610b9a8556e82b2f0f56e7edad5 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 3 Oct 2006 10:52:12 +0000 Subject: [PATCH] spellcheck git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@452405 13f79535-47bb-0310-9956-ffa450edef68 --- modules/proxy/mod_proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index e4dd599b117..c345120553e 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -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? */ -- 2.47.2