Commit 93f67931 authored by Fabio Pelosin's avatar Fabio Pelosin

Fix spelling

parent f4862b82
......@@ -152,7 +152,7 @@ module Pod
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [[ $? != 0 ]] ; then
cat << EOM
error: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install'.
EOM
exit 1
fi
......
......@@ -95,7 +95,7 @@ module Pod
diff "${PODS_ROOT}/../Podfile.lock" "${PODS_ROOT}/Manifest.lock" > /dev/null
if [[ $? != 0 ]] ; then
cat << EOM
error: The sanbox is not in sync with the Podfile.lock. Run 'pod install'.
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install'.
EOM
exit 1
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment