From: Andrew M. Kuchling Date: Fri, 14 Feb 2003 01:13:01 +0000 (+0000) Subject: Fix comment typo X-Git-Tag: v2.3c1~1851 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c07fb2fc5bcb21a3dcbb0abbf3b52bab725cbce9;p=thirdparty%2FPython%2Fcpython.git Fix comment typo --- diff --git a/Lib/asyncore.py b/Lib/asyncore.py index 90be4d342e5f..a38c9113f7b8 100644 --- a/Lib/asyncore.py +++ b/Lib/asyncore.py @@ -361,7 +361,7 @@ class dispatcher: def __getattr__(self, attr): return getattr(self.socket, attr) - # log and log_info maybe overriden to provide more sophisitcated + # log and log_info may be overridden to provide more sophisticated # logging and warning methods. In general, log is for 'hit' logging # and 'log_info' is for informational, warning and error logging.