From 89074b9741e2413a70d14f0cab85da44a83e93bf Mon Sep 17 00:00:00 2001 From: barun511 Date: Fri, 26 Feb 2016 18:49:37 +0530 Subject: 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 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 -- cgit v0.10.2-6-g49f6