Fix spelling

This commit is contained in:
labrys 2016-05-31 03:44:44 -04:00 committed by Labrys
parent d15fa76fc9
commit 230cc794d0
2 changed files with 4 additions and 4 deletions

View file

@ -44,7 +44,7 @@ class autoProcessComics:
inputName, dirName = convert_to_ascii(inputName, dirName)
clean_name, ext = os.path.splitext(inputName)
if len(ext) == 4: # we assume this was a standrard extension.
if len(ext) == 4: # we assume this was a standard extension.
inputName = clean_name
params = {}