Skip to content

Commit 681b4a9

Browse files
authored
Fix typo in build_executor_runner.sh
1 parent de0554d commit 681b4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/scripts/build_executor_runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if [[ ${toolchain} == "arm-none-eabi-gcc" ]]; then
7575
elif [[ ${toolchain} == "arm-zephyr-eabi-gcc" ]]; then
7676
toolchain_cmake=${et_root_dir}/examples/zephyr/x86_64-linux-arm-zephyr-eabi-gcc.cmake
7777
else
78-
echo "Error: Invalid toolchain selection, provided: ${tolchain}"
78+
echo "Error: Invalid toolchain selection, provided: ${toolchain}"
7979
echo " Valid options are {arm-none-eabi-gcc, arm-zephyr-eabi-gcc}"
8080
exit 1;
8181
fi

0 commit comments

Comments
 (0)