diff options
author | Rainer Jung <rjung@apache.org> | 2010-02-12 09:27:04 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-02-12 09:27:04 +0100 |
commit | 6786f61f3eaf7016c8a46d4caae7876908efa141 (patch) | |
tree | 7e413cabd76e1d358d6b8d53e5160a398a34bd1c | |
parent | fix additional use of "session" terminology, following r907917 (diff) | |
download | apache2-6786f61f3eaf7016c8a46d4caae7876908efa141.tar.xz apache2-6786f61f3eaf7016c8a46d4caae7876908efa141.zip |
Fix typo in comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@909290 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/proxy/mod_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/proxy/mod_proxy.h b/modules/proxy/mod_proxy.h index 066a307c89..a2da941979 100644 --- a/modules/proxy/mod_proxy.h +++ b/modules/proxy/mod_proxy.h @@ -220,7 +220,7 @@ typedef struct { apr_pool_t *pool; /* Subpool for hostname and addr data */ apr_socket_t *sock; /* Connection socket */ apr_sockaddr_t *addr; /* Preparsed remote address info */ - apr_uint32_t flags; /* Conection flags */ + apr_uint32_t flags; /* Connection flags */ int close; /* Close 'this' connection */ proxy_worker *worker; /* Connection pool this connection belongs to */ void *data; /* per scheme connection data */ |