mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-17 08:19:59 +01:00
Fix various typos in source documentation and comments (cont.)
Found via `codespell`
This commit is contained in:
committed by
Laurent Trinques
parent
1994235bc5
commit
2032ba76ed
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user