[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('@')