[Inteproxy-commits] r16 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Jan 26 17:52:45 CET 2007
Author: bh
Date: 2007-01-26 17:52:45 +0100 (Fri, 26 Jan 2007)
New Revision: 16
Modified:
trunk/ChangeLog
trunk/InteProxy.py
Log:
Fix typo in comment
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2006-12-04 14:57:01 UTC (rev 15)
+++ trunk/ChangeLog 2007-01-26 16:52:45 UTC (rev 16)
@@ -1,3 +1,8 @@
+2007-01-26 Bernhard Herzog <bh at intevation.de>
+
+ * InteProxy.py (InteProxyHTTPRequestHandler.handle_proxy_request):
+ Fix typo in comment
+
2006-12-04 Jan-Oliver Wagner <jan-oliver.wagner at intevation.de>
* InteProxy.py, inteproxy.iss: Updating version number to 0.1.1.
Modified: trunk/InteProxy.py
===================================================================
--- trunk/InteProxy.py 2006-12-04 14:57:01 UTC (rev 15)
+++ trunk/InteProxy.py 2007-01-26 16:52:45 UTC (rev 16)
@@ -1,5 +1,5 @@
#! /usr/bin/python
-# Copyright (C) 2006 by Intevation GmbH
+# Copyright (C) 2006, 2007 by Intevation GmbH
# Authors:
# Bernhard Herzog <bh at intevation.de>
#
@@ -140,7 +140,7 @@
# except for those added with add_unredirected_header.
# The content-length and content-type headers are only
# needed for POST request so we have to make sure
- # they're not send when redirection occurs.
+ # they're not sent when redirection occurs.
request.add_unredirected_header(header, value)
else:
request.add_header(header, value)
More information about the Inteproxy-commits
mailing list