Fix typo in correct error ids script

This commit is contained in:
Leonardo Alt 2020-05-17 23:24:31 +02:00
parent 77796d0349
commit c6742e3752

View File

@ -149,7 +149,7 @@ def main():
print("No incorrect IDs found")
else:
fix_ids(used_ids, source_file_names)
print("Fixing compteted")
print("Fixing completed")
if __name__ == "__main__":