]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
spellcheck
authorJeff Trawick <trawick@apache.org>
Tue, 3 Oct 2006 10:53:04 +0000 (10:53 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 3 Oct 2006 10:53:04 +0000 (10:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@452406 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.h

index bb651031593b0de9388535378467fb1154c86625..d3a6cc7ead8f7a8cae4296fc099953295aaffef0 100644 (file)
@@ -219,7 +219,7 @@ typedef struct {
     apr_uint32_t flags;     /* Conection flags */
     int          close;     /* Close 'this' connection */
     int          close_on_recycle; /* Close the connection when returning to pool */
-    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? */