]> granicus.if.org Git - python/commitdiff
Typo fix
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Mar 2006 16:16:07 +0000 (16:16 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Mar 2006 16:16:07 +0000 (16:16 +0000)
Lib/BaseHTTPServer.py

index a041ef288cf086ac320c78f97de333a6d671d9da..396e4d6a3b48797d5bebcbd50c6702c913fcb072 100644 (file)
@@ -389,7 +389,7 @@ class BaseHTTPRequestHandler(SocketServer.StreamRequestHandler):
     def log_request(self, code='-', size='-'):
         """Log an accepted request.
 
-        This is called by send_reponse().
+        This is called by send_response().
 
         """