Fix various typos

This commit is contained in:
a-kenji
2025-01-22 13:19:28 +01:00
parent 7308eb8dc7
commit ce148c23a5
5 changed files with 5 additions and 5 deletions

View File

@@ -406,7 +406,7 @@ def _check_can_migrate(
msg = f"Cannot migrate facts for generator {generator.name} as some files already exist in the store"
raise ClanError(msg)
if all_files_present:
# all filles already migrated, no need to run migration again
# all files already migrated, no need to run migration again
return False
# ensure that all files can be migrated (exists in the corresponding fact store)