Skip to content

Commit 04b850d

Browse files
committed
spelling: unknown
Signed-off-by: Josh Soref <[email protected]>
1 parent df60e2a commit 04b850d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/tests/build_swift/test_driver_arguments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def test(self):
278278
[option.option_string])
279279
# The argument should never show up in the namespace
280280
self.assertFalse(hasattr(namespace, option.dest))
281-
# It should instead be forwarded to unkown_args
281+
# It should instead be forwarded to unknown_args
282282
self.assertEqual(unknown_args, [option.option_string])
283283

284284
return test

0 commit comments

Comments
 (0)