diff --git a/backends/arm/scripts/build_executor_runner.sh b/backends/arm/scripts/build_executor_runner.sh index 974c5ca1ff7..7fd3d512024 100755 --- a/backends/arm/scripts/build_executor_runner.sh +++ b/backends/arm/scripts/build_executor_runner.sh @@ -75,7 +75,7 @@ if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then elif [[ ${toolchain} == "arm-zephyr-eabi-gcc" ]]; then toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake else - echo "Error: Invalid toolchain selection, provided: ${tolchain}" + echo "Error: Invalid toolchain selection, provided: ${toolchain}" echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}" exit 1; fi