mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8964 from ethereum/ids_fix
Fix typo in correct error ids script
This commit is contained in:
commit
4f24a4a735
@ -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__":
|
||||
|
Loading…
Reference in New Issue
Block a user