diff --git a/backends/arm/scripts/build_portable_kernels.sh b/backends/arm/scripts/build_portable_kernels.sh index 0d06b59dd03..d1ee54f8ce3 100755 --- a/backends/arm/scripts/build_portable_kernels.sh +++ b/backends/arm/scripts/build_portable_kernels.sh @@ -49,7 +49,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