tree-wide: fix a couple of typos

As reported by Fossies.org.
This commit is contained in:
Frantisek Sumsal
2023-06-15 20:37:55 +02:00
parent 34c4496ef2
commit 9a27ef092e
19 changed files with 22 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ for test in tests:
print(f'{YELLOW}SKIP: {name}{RESET_ALL}')
total.skip += 1
elif ex.returncode == 127:
print(f'{YELLOW}SKIP: {name} (no interpeter) {RESET_ALL}')
print(f'{YELLOW}SKIP: {name} (no interpreter) {RESET_ALL}')
total.skip += 1
else:
print(f'{RED}FAIL: {name}{RESET_ALL}')