From 4ac2916b959a724d35c9d6c2ed550534b4133d28 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 7 Mar 2006 16:16:07 +0000 Subject: Typo fix --- Lib/BaseHTTPServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/BaseHTTPServer.py') diff --git a/Lib/BaseHTTPServer.py b/Lib/BaseHTTPServer.py index a041ef288c..396e4d6a3b 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(). """ -- cgit v1.2.1