Skip to content

Commit 20ecbdf

Browse files
committed
Fix typo.
`SwiftSnytax` -> `SwiftSyntax`
1 parent ce1e663 commit 20ecbdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update-toolchain.py

Lines changed: 2 additions & 2 deletions
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)