summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-12-08 10:56:39 (GMT)
committerGeorg Brandl <georg@python.org>2007-12-08 10:56:39 (GMT)
commit26458c12a0a25254c7028c9191a0af1245167914 (patch)
treea1ec45bc047b0615e9149f32b123d78f919d5559 /Lib/httplib.py
parentd8a8c7d8d754ca965e6d04265ec034001bf7b50b (diff)
downloadcpython-26458c12a0a25254c7028c9191a0af1245167914.zip
cpython-26458c12a0a25254c7028c9191a0af1245167914.tar.gz
cpython-26458c12a0a25254c7028c9191a0af1245167914.tar.bz2
Fix tpyo.
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r--Lib/httplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py
index dca9eca..d4ea268 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -469,7 +469,7 @@ class HTTPResponse:
# Some HTTP/1.0 implementations have support for persistent
# connections, using rules different than HTTP/1.1.
- # For older HTTP, Keep-Alive indiciates persistent connection.
+ # For older HTTP, Keep-Alive indicates persistent connection.
if self.msg.getheader('keep-alive'):
return False