Fix multiple typos in var, function and exception names

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Abdo Roig-Maranges
2014-05-06 23:12:50 +02:00
committed by Eygene Ryabinkin
parent 8dd6f7893c
commit 8c43e52173
5 changed files with 6 additions and 6 deletions

View File

@ -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." % \