Skip to content

Commit c81cad6

Browse files
committed
spelling: predefined
Signed-off-by: Josh Soref <[email protected]>
1 parent caad924 commit c81cad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build_swift/tests/expected_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ class DisableOption(_BaseOption):
366366

367367

368368
class ChoicesOption(_BaseOption):
369-
"""Option that accepts an argument from a predifined list of choices."""
369+
"""Option that accepts an argument from a predefined list of choices."""
370370

371371
def __init__(self, *args, **kwargs):
372372
self.choices = kwargs.pop('choices', None)

0 commit comments

Comments
 (0)