diff --git a/external/build_all.sh b/external/build_all.sh index 3e0a2c0b95..3154c51225 100755 --- a/external/build_all.sh +++ b/external/build_all.sh @@ -17,7 +17,7 @@ set -o pipefail source $(dirname "$0")/common_functions.sh if [ -n "${EXTERNAL_AQA_IMAGE}" ] ; then\ - echo "EXTERNAL_AQA_IMAGE is decalred as $EXTERNAL_AQA_IMAGE; it would break this script. Unset it." + echo "EXTERNAL_AQA_IMAGE is declared as $EXTERNAL_AQA_IMAGE; it would break this script. Unset it." exit 1 fi