]> granicus.if.org Git - python/commitdiff
Fix tpyo.
authorGeorg Brandl <georg@python.org>
Sat, 8 Dec 2007 10:56:39 +0000 (10:56 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 8 Dec 2007 10:56:39 +0000 (10:56 +0000)
Lib/httplib.py

index dca9eca7774a9cd5787de1ab5c97ec9668c83d1a..d4ea2683c0ef1a8d02f7531d19f83e8594f7b076 100644 (file)
@@ -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