Fix various typos in source documentation and comments (cont.)

Found via `codespell`
This commit is contained in:
luz paz
2022-12-04 16:54:51 -05:00
committed by Laurent Trinques
parent 1994235bc5
commit 2032ba76ed
35 changed files with 55 additions and 55 deletions

View File

@@ -12,7 +12,7 @@ QET_LANG_DIR=$(readlink -f "${current_dir}/../lang/")
# checks for the qelectrotech binary executable file
if [ ! -x "${QET_EXE}" ]; then
echo "Errror : executable file not found. Aborting."
echo "Error : executable file not found. Aborting."
exit 1
fi