Fix typos found by codespell (#234)

This commit is contained in:
Dimitri Papadopoulos Orfanos
2023-05-09 03:44:05 +02:00
committed by GitHub
parent bffc5d733b
commit 7bef2ccc68
10 changed files with 13 additions and 15 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" "$@"