diff options
Diffstat (limited to 'BuildTools')
-rwxr-xr-x | BuildTools/InstallSwiftDependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildTools/InstallSwiftDependencies.sh b/BuildTools/InstallSwiftDependencies.sh index fdd7c3f..64cdc5e 100755 --- a/BuildTools/InstallSwiftDependencies.sh +++ b/BuildTools/InstallSwiftDependencies.sh @@ -28,5 +28,5 @@ then echo "Unsupported Linux distribution." fi else - echo "Unspupported system." + echo "Unsupported system." fi |