mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix spelling
D/T mistakes are very common amoung Dutch natives, but this is just madness.
This commit is contained in:
parent
95efcfd035
commit
5599618d19
1 changed files with 2 additions and 2 deletions
|
@ -76,9 +76,9 @@ def main():
|
|||
print("\nCommand %s failed checking. :(" % commands[i])
|
||||
success_code = 1
|
||||
if success_code:
|
||||
print("MYPY check was compleded, but did not pass")
|
||||
print("MYPY check was completed, but did not pass")
|
||||
else:
|
||||
print("MYPY check was compleded and passed with flying colors")
|
||||
print("MYPY check was completed and passed with flying colors")
|
||||
return success_code
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue