From: Georg Brandl Date: Sat, 8 Dec 2007 10:56:39 +0000 (+0000) Subject: Fix tpyo. X-Git-Tag: v2.6a1~905 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26458c12a0a25254c7028c9191a0af1245167914;p=thirdparty%2FPython%2Fcpython.git Fix tpyo. --- diff --git a/Lib/httplib.py b/Lib/httplib.py index dca9eca7774a..d4ea2683c0ef 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