Skip to content

Commit 1e524b3

Browse files
authored
Merge pull request swiftlang#187 from dan-zheng/fix-typo
Fix typo.
2 parents d2e58c4 + cb9fc66 commit 1e524b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: update-toolchain.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def main():
4646
parser = argparse.ArgumentParser(
4747
formatter_class=argparse.RawDescriptionHelpFormatter,
4848
description='''
49-
Build and re-install SwiftSytnax for an existing toolchain.
49+
Build and re-install SwiftSyntax for an existing toolchain.
5050
5151
This script calls ./build-script internally to rebuild SwiftSyntax using an
5252
existing toolchain and install the build artifacts back to the toolchain.
@@ -75,4 +75,4 @@ def main():
7575
module_dir=module_dir)
7676

7777
if __name__ == '__main__':
78-
main()
78+
main()

0 commit comments

Comments
 (0)