diff --git a/Scripts/build_third_party.sh b/Scripts/build_third_party.sh index d95af8481..6a8fc8713 100755 --- a/Scripts/build_third_party.sh +++ b/Scripts/build_third_party.sh @@ -15,7 +15,7 @@ if [[ $ACTION == "clean" ]]; then fi if [[ $1 == "" || $2 == "" || $3 == "" ]]; then - echo "Use this script to build a thid party framework for iOS/OSX." + echo "Use this script to build a third party framework for iOS/OSX." echo "It is intended to support building Bolts.framework and FacebookSDK.framework" echo "Usage: 'build_third_party.sh " exit 1