Skip to content

Commit f8a23da

Browse files
authored
Merge pull request #3003 from CodaFi/spelling-c
[Gardening] Xcode
2 parents a1f1976 + c2f7c49 commit f8a23da

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
@@ -2160,7 +2160,7 @@ for host in "${ALL_HOSTS[@]}"; do
21602160

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

@@ -2415,7 +2415,7 @@ for host in "${ALL_HOSTS[@]}"; do
24152415
foundation)
24162416
# FIXME: Foundation doesn't build from the script on OS X
24172417
if [[ ${host} == "macosx"* ]]; then
2418-
echo "Skipping Foundation on OS X -- use the XCode project instead"
2418+
echo "Skipping Foundation on OS X -- use the Xcode project instead"
24192419
continue
24202420
fi
24212421
if [[ "${SKIP_TEST_FOUNDATION}" ]]; then
@@ -2624,7 +2624,7 @@ for host in "${ALL_HOSTS[@]}"; do
26242624
foundation)
26252625
# FIXME: Foundation doesn't build from the script on OS X
26262626
if [[ ${host} == "macosx"* ]]; then
2627-
echo "Skipping Foundation on OS X -- use the XCode project instead"
2627+
echo "Skipping Foundation on OS X -- use the Xcode project instead"
26282628
continue
26292629
fi
26302630
if [[ -z "${INSTALL_FOUNDATION}" ]] ; then

0 commit comments

Comments
 (0)