From eb7223f368ac7834d79390d4d22d0bb19c5b0932 Mon Sep 17 00:00:00 2001 From: Ryan Schmidt Date: Thu, 15 Apr 2021 15:27:58 -0500 Subject: [PATCH] Fix typos in build script messages --- build-toolchain.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-toolchain.bash b/build-toolchain.bash index 6e37c72ef4..6936c4b9a7 100755 --- a/build-toolchain.bash +++ b/build-toolchain.bash @@ -412,11 +412,11 @@ case "${INTERFACES_KIND}" in esac if [ $BUILD_68K != false ]; then - echo "You will find 68K sample appliations in build-target/Samples/." + echo "You will find 68K sample applications in build-target/Samples/." fi if [ $BUILD_PPC != false ]; then - echo "You will find PowerPC sample appliations in build-target-ppc/Samples/." + echo "You will find PowerPC sample applications in build-target-ppc/Samples/." fi if [ $BUILD_CARBON != false ]; then - echo "You will find Carbon sample appliations in build-target-carbon/Samples/." + echo "You will find Carbon sample applications in build-target-carbon/Samples/." fi