From 03564fd2cfa752c28a3f306994cfc8865d208cfd Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 14 Mar 2020 20:09:00 +0330 Subject: [PATCH] [test] fix misspell --- test/shaping/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shaping/run-tests.py b/test/shaping/run-tests.py index 27b4357c1..33ceac836 100755 --- a/test/shaping/run-tests.py +++ b/test/shaping/run-tests.py @@ -67,7 +67,7 @@ for filename in args: 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('@')