Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-05-07 15:13:30 +02:00
parent bffc5d733b
commit 28486553f8
4 changed files with 5 additions and 5 deletions

4
cmakew
View File

@@ -36,7 +36,7 @@ fi
cmake_base="./.cmake"
cmake_bin="${cmake_base}/cmake-$cmake_version/bin/cmake"
# download cmake if neccessary
# download cmake if necessary
if [ ! -f "$cmake_bin" ]; then
download_link=""
@@ -99,4 +99,4 @@ if [ "$cygwin" = true ]; then
fi
# run cmake
exec "$cmake_bin" "$@"
exec "$cmake_bin" "$@"