diff --git a/scripts/seaf-cli-wrapper.sh b/scripts/seaf-cli-wrapper.sh index a8605149..02517f8d 100755 --- a/scripts/seaf-cli-wrapper.sh +++ b/scripts/seaf-cli-wrapper.sh @@ -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