Commit c07fb2fc authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix comment typo

parent 92c8bb3a
...@@ -361,7 +361,7 @@ class dispatcher: ...@@ -361,7 +361,7 @@ class dispatcher:
def __getattr__(self, attr): def __getattr__(self, attr):
return getattr(self.socket, 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 # logging and warning methods. In general, log is for 'hit' logging
# and 'log_info' is for informational, warning and error logging. # and 'log_info' is for informational, warning and error logging.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment