commit | 03564fd2cfa752c28a3f306994cfc8865d208cfd | [log] [tgz] |
---|---|---|
author | Ebrahim Byagowi <[email protected]> | Sat Mar 14 20:09:00 2020 +0330 |
committer | GitHub <[email protected]> | Sat Mar 14 20:09:00 2020 +0330 |
tree | b20e8f0376b5fea2b5d796fe6f61ea143c678eac | |
parent | 1b8a37f75f44bf6cd20250c0dcfc1c0a70879aa5 [diff] [blame] |
[test] fix misspell
diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 27b4357..33ceac8 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py
@@ -67,7 +67,7 @@ fontfile, options, unicodes, glyphs_expected = line.split (":") if fontfile.startswith ('/') or fontfile.startswith ('"/'): - if os.name == 'nt': # Skip on Window + if os.name == 'nt': # Skip on Windows continue fontfile, expected_hash = fontfile.split('@')