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
@ -203,7 +203,7 @@ class GmailFolder(IMAPFolder):
|
||||
result = self._store_to_imap(imapobj, uid_str, arg, labels_str)
|
||||
|
||||
except imapobj.readonly:
|
||||
self.ui.labelstoreadonly(self, uidlist, data)
|
||||
self.ui.labelstoreadonly(self, uidlist, labels)
|
||||
return None
|
||||
|
||||
finally:
|
||||
|
Reference in New Issue
Block a user