Skip to content

Commit a61eb7e

Browse files
authored
Merge pull request #37855 from adrian-prantl/typo
2 parents 3b6d605 + 63ab220 commit a61eb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/earlyswiftdriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def should_build(self, host_target):
4747
if self.args.build_early_swift_driver:
4848
if toolchain.host_toolchain().find_tool("swift") is None:
4949
warn_msg = 'Host toolchain could not locate a '\
50-
'compiler to build swift-drver. '\
50+
'compiler to build swift-driver. '\
5151
'(Try `--skip-early-swift-driver`)'
5252
print('-- Warning: {}', warn_msg)
5353
return False

0 commit comments

Comments
 (0)