Skip to content

Commit c2f7c49

Browse files
committed
Spellcheck
1 parent ddd2f1e commit c2f7c49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

utils/build-script-impl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2159,7 +2159,7 @@ for host in "${ALL_HOSTS[@]}"; do
21592159

21602160
# FIXME: Foundation doesn't build from the script on OS X
21612161
if [[ ${host} == "macosx"* ]]; then
2162-
echo "Skipping Foundation on OS X -- use the XCode project instead"
2162+
echo "Skipping Foundation on OS X -- use the Xcode project instead"
21632163
continue
21642164
fi
21652165

@@ -2414,7 +2414,7 @@ for host in "${ALL_HOSTS[@]}"; do
24142414
foundation)
24152415
# FIXME: Foundation doesn't build from the script on OS X
24162416
if [[ ${host} == "macosx"* ]]; then
2417-
echo "Skipping Foundation on OS X -- use the XCode project instead"
2417+
echo "Skipping Foundation on OS X -- use the Xcode project instead"
24182418
continue
24192419
fi
24202420
if [[ "${SKIP_TEST_FOUNDATION}" ]]; then
@@ -2623,7 +2623,7 @@ for host in "${ALL_HOSTS[@]}"; do
26232623
foundation)
26242624
# FIXME: Foundation doesn't build from the script on OS X
26252625
if [[ ${host} == "macosx"* ]]; then
2626-
echo "Skipping Foundation on OS X -- use the XCode project instead"
2626+
echo "Skipping Foundation on OS X -- use the Xcode project instead"
26272627
continue
26282628
fi
26292629
if [[ -z "${INSTALL_FOUNDATION}" ]] ; then

0 commit comments

Comments
 (0)