summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbarun511 <barun.parruck@gmail.com>2016-02-26 13:19:37 (GMT)
committerKevin Smith <kevin.smith@isode.com>2016-02-26 15:26:59 (GMT)
commit89074b9741e2413a70d14f0cab85da44a83e93bf (patch)
treebe0ae706502bb9b0496a785222d2fa1137aea077
parentd07067c6e95f1acb9d91dbd895cea7ed9a7cede2 (diff)
downloadswift-89074b9741e2413a70d14f0cab85da44a83e93bf.zip
swift-89074b9741e2413a70d14f0cab85da44a83e93bf.tar.bz2
Fixed a typo in InstallSwiftDependencies.sh
License: This patch is BSD-licensed, see Documentation/Licenses/BSD-simplified.txt for details. The file displayed Unspupported System when you ran ./BuildTools/InstallSwiftDependencies.sh on a system not included in the Unix Distribution. The typo was fixed, and it now shows Unsupported System. Change-Id: I1a57f0d3e33d58b21b27e76bdd52c57f9831df50
-rwxr-xr-xBuildTools/InstallSwiftDependencies.sh2
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