Typo varirable (#2622)

This commit is contained in:
mainboarder 2023-01-14 07:52:19 +01:00 committed by GitHub
parent 91e5d89739
commit 3c8e596c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ function check_python_executable() {
echo
echo "Can't find a python executable of version 2.6 or above in PATH"
echo "Install python 2.6+ before continue."
echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment varirable to it"
echo "Or if you installed it in a non-standard PATH, set the PYTHON enviroment variable to it"
echo
exit 1
fi