Typos fix in some strings/comments #1794

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Vyacheslav Tumanov
2022-09-28 21:52:46 +05:00
committed by GitHub
parent 4241ad24a3
commit e25b424188
4 changed files with 6 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ class Main(App):
if not filenames:
continue
if "frame_rate" in filenames:
self.logger.debug(f"Folder contatins animation")
self.logger.debug(f"Folder contains animation")
icon_name = "A_" + os.path.split(dirpath)[1].replace("-", "_")
width = height = None
frame_count = 0