Fix multiple typos in var, function and exception names
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:

committed by
Eygene Ryabinkin

parent
8dd6f7893c
commit
8c43e52173
@ -273,7 +273,7 @@ class MaildirFolder(BaseFolder):
|
||||
except OSError as e:
|
||||
if e.errno == e.EEXIST:
|
||||
if tries:
|
||||
time.slep(0.23)
|
||||
time.sleep(0.23)
|
||||
continue
|
||||
severity = OfflineImapError.ERROR.MESSAGE
|
||||
raise OfflineImapError("Unique filename %s already exists." % \
|
||||
|
Reference in New Issue
Block a user