mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +01:00
Fixed some typos
This commit is contained in:
parent
2408457221
commit
5e5e2f3336
@ -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.
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user