Fixed some typos

This commit is contained in:
Kevin Murphy 2005-02-23 17:40:44 +00:00
parent 2408457221
commit 5e5e2f3336
2 changed files with 2 additions and 2 deletions

View File

@ -588,7 +588,7 @@ class IrcObjectProxy(RichReplyMethods):
# pick up where we left off via self.counter.
self.__class__(self, self.msg,
self.args[self.counter], nested=self.nested+1)
# We have to return here becuase the new IrcObjectProxy
# We have to return here because the new IrcObjectProxy
# might not have called our reply method instantly, since
# its command might be threaded. So (obviously) we can't
# just fall through to self.finalEval.

View File

@ -613,7 +613,7 @@ class UsersDictionary(utils.IterableMap):
else:
log.error('UsersDictionary.flush called with no filename.')
else:
log.debug('Not flushing UsersDictionary becuase of noFlush.')
log.debug('Not flushing UsersDictionary because of noFlush.')
def close(self):
self.flush()