From 1e631e553a6d27a32cd0637243326bde681c8cd5 Mon Sep 17 00:00:00 2001 From: Jiri Date: Thu, 31 Oct 2024 11:39:27 +0100 Subject: [PATCH] declared -> decalred --- external/build_all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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