From: Andrew M. Kuchling Date: Tue, 7 Mar 2006 16:16:07 +0000 (+0000) Subject: Typo fix X-Git-Tag: v2.5a0~333 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec73cd4b1a6104461d795b6f9408bf8227e0ddde;p=thirdparty%2FPython%2Fcpython.git Typo fix --- diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py index a041ef288cf0..396e4d6a3b48 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(). """