mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix typo in correct error ids script
This commit is contained in:
parent
77796d0349
commit
c6742e3752
@ -149,7 +149,7 @@ def main():
|
|||||||
print("No incorrect IDs found")
|
print("No incorrect IDs found")
|
||||||
else:
|
else:
|
||||||
fix_ids(used_ids, source_file_names)
|
fix_ids(used_ids, source_file_names)
|
||||||
print("Fixing compteted")
|
print("Fixing completed")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user