[Inteproxy-commits] r175 - in trunk: . inteproxy

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Nov 25 21:56:17 CET 2008


Author: bh
Date: 2008-11-25 21:56:17 +0100 (Tue, 25 Nov 2008)
New Revision: 175

Modified:
   trunk/ChangeLog
   trunk/inteproxy/proxycore.py
Log:
* inteproxy/proxycore.py
(InteProxyHTTPRequestHandler.handle_proxy_request): Fix typo in
comment


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-11-25 20:55:19 UTC (rev 174)
+++ trunk/ChangeLog	2008-11-25 20:56:17 UTC (rev 175)
@@ -1,6 +1,12 @@
 2008-11-25  Bernhard Herzog  <bh at intevation.de>
 
 	* inteproxy/proxycore.py
+	(InteProxyHTTPRequestHandler.handle_proxy_request): Fix typo in
+	comment
+
+2008-11-25  Bernhard Herzog  <bh at intevation.de>
+
+	* inteproxy/proxycore.py
 	(InteProxyHTTPRequestHandler.open_http_connection): Fix doc-string
 
 2008-11-25  Bernhard Herzog  <bh at intevation.de>

Modified: trunk/inteproxy/proxycore.py
===================================================================
--- trunk/inteproxy/proxycore.py	2008-11-25 20:55:19 UTC (rev 174)
+++ trunk/inteproxy/proxycore.py	2008-11-25 20:56:17 UTC (rev 175)
@@ -87,7 +87,7 @@
         try:
             response = self.open_http_connection(remote_url, client_request)
         except socket.error, exc:
-            # some low lever error occurred (e.g. the connection to an
+            # some low level error occurred (e.g. the connection to an
             # upstream proxy could not be established).  Send a Bad
             # Gateway error to the client
             self.send_error(502)



More information about the Inteproxy-commits mailing list