Skip to content

Commit f02bd53

Browse files
committed
Merge pull request #4 from Palleas/patch-1
Fix typo
2 parents 7aad3e2 + 2b46967 commit f02bd53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/build_third_party.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $ACTION == "clean" ]]; then
1515
fi
1616

1717
if [[ $1 == "" || $2 == "" || $3 == "" ]]; then
18-
echo "Use this script to build a thid party framework for iOS/OSX."
18+
echo "Use this script to build a third party framework for iOS/OSX."
1919
echo "It is intended to support building Bolts.framework and FacebookSDK.framework"
2020
echo "Usage: 'build_third_party.sh <framework_path> <built_products_dir> <build_script_path>"
2121
exit 1

0 commit comments

Comments
 (0)