You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2010/02/12 09:27:04 UTC

svn commit: r909290 - /httpd/httpd/trunk/modules/proxy/mod_proxy.h

Author: rjung
Date: Fri Feb 12 08:27:04 2010
New Revision: 909290

URL: http://svn.apache.org/viewvc?rev=909290&view=rev
Log:
Fix typo in comment.

Modified:
    httpd/httpd/trunk/modules/proxy/mod_proxy.h

Modified: httpd/httpd/trunk/modules/proxy/mod_proxy.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_proxy.h?rev=909290&r1=909289&r2=909290&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/proxy/mod_proxy.h (original)
+++ httpd/httpd/trunk/modules/proxy/mod_proxy.h Fri Feb 12 08:27:04 2010
@@ -220,7 +220,7 @@
     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 */