diff --git a/install_nim.sh b/install_nim.sh index 55bdd95a..16081cbe 100755 --- a/install_nim.sh +++ b/install_nim.sh @@ -57,7 +57,7 @@ while ((0 < $#)); do esac done -# build nim compiler for deve branch +# build nim compiler for devel branch if [[ "$nim_version" = "devel" ]]; then if [[ "$os" = Windows ]]; then err "'devel' version and windows runner are not supported yet"