mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +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.
|
# pick up where we left off via self.counter.
|
||||||
self.__class__(self, self.msg,
|
self.__class__(self, self.msg,
|
||||||
self.args[self.counter], nested=self.nested+1)
|
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
|
# might not have called our reply method instantly, since
|
||||||
# its command might be threaded. So (obviously) we can't
|
# its command might be threaded. So (obviously) we can't
|
||||||
# just fall through to self.finalEval.
|
# just fall through to self.finalEval.
|
||||||
|
@ -613,7 +613,7 @@ class UsersDictionary(utils.IterableMap):
|
|||||||
else:
|
else:
|
||||||
log.error('UsersDictionary.flush called with no filename.')
|
log.error('UsersDictionary.flush called with no filename.')
|
||||||
else:
|
else:
|
||||||
log.debug('Not flushing UsersDictionary becuase of noFlush.')
|
log.debug('Not flushing UsersDictionary because of noFlush.')
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self.flush()
|
self.flush()
|
||||||
|
Loading…
Reference in New Issue
Block a user