Skip to content

Commit 1ff8c03

Browse files
committed
Merge pull request #1101 from sryze/master
Fix small typos in build-script help
2 parents 8654282 + 54d438e commit 1ff8c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-script

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ environments and easily reproducible by engineers who are not familiar with the
290290
details of the setups of other systems or automated environments.""")
291291

292292
targets_group = parser.add_argument_group(
293-
title="Host and cross-compilation targets.")
293+
title="Host and cross-compilation targets")
294294
targets_group.add_argument(
295295
"--host-target",
296296
help="The host target. LLVM, Clang, and Swift will be built for this "
@@ -503,7 +503,7 @@ also build for iOS, but disallow tests that require an iOS device""",
503503

504504
parser.add_argument("--tvos",
505505
help="""
506-
also build for tvOS, but disallow tests that require an tvos device""",
506+
also build for tvOS, but disallow tests that require a tvos device""",
507507
action="store_true")
508508

509509
parser.add_argument("--watchos",

0 commit comments

Comments
 (0)