Skip to content

Commit 50e9ae3

Browse files
committed
spelling: unsupported
Signed-off-by: Josh Soref <[email protected]>
1 parent aec1cab commit 50e9ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/tests/build_swift/argparse/test_actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ def test_last_wins(self):
390390
self.assertFalse(args.foo)
391391

392392

393-
class TestUnuspportedAction(unittest.TestCase):
393+
class TestUnsupportedAction(unittest.TestCase):
394394

395395
def test_default_attributes(self):
396396
action = actions.UnsupportedAction(['--foo'])

0 commit comments

Comments
 (0)