diff --git a/tests/test_codespell.py b/tests/test_codespell.py index 5edcf61e1..cdcb5f022 100644 --- a/tests/test_codespell.py +++ b/tests/test_codespell.py @@ -22,7 +22,7 @@ def test_codespell(): if platform.system() == 'Windows': # Git commands seem to fail on Github Windows runners. - print(f'test_codespell(): Not running on Widows') + print(f'test_codespell(): Not running on Windows') return root = os.path.abspath(f'{__file__}/../..')