From: Andrew M. Kuchling Date: Tue, 7 Mar 2006 16:17:09 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.4.3c1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f2ad0b4e4c52e508d02cdc8fdf84737da79c807;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py index 722b50cea31a..90ea021c31c1 100644 --- a/Lib/BaseHTTPServer.py +++ b/Lib/BaseHTTPServer.py @@ -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(). """