Skip to content

Commit 63ab220

Browse files
committed
Fix typo
1 parent 1557ddf commit 63ab220

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)