Fix comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Feb 2003 01:13:01 +0000 (01:13 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Fri, 14 Feb 2003 01:13:01 +0000 (01:13 +0000)
Lib/asyncore.py

index 90be4d342e5f60b70b0d57faba3ff0f785f883f2..a38c9113f7b88d62d2b51b707f222b8deaf2addb 100644 (file)
@@ -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.