Skip to content

Commit a11a96a

Browse files
committed
Fix typo
1 parent cfbe1e2 commit a11a96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-script.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,12 +472,12 @@ def main():
472472
testing_group.add_argument('--swift-build-exec', default='swift build',
473473
help='''
474474
Path to the swift-build executable that is used to build SwiftPM projects
475-
If not specified the the 'swift build' command will be used.
475+
If not specified the 'swift build' command will be used.
476476
''')
477477
testing_group.add_argument('--swift-test-exec', default='swift test',
478478
help='''
479479
Path to the swift-test executable that is used to test SwiftPM projects
480-
If not specified the the 'swift test' command will be used.
480+
If not specified the 'swift test' command will be used.
481481
''')
482482
testing_group.add_argument('--swiftc-exec', default='swiftc', help='''
483483
Path to the swift executable. If not specified the swiftc exeuctable

0 commit comments

Comments
 (0)