From 2786124b7515c6227496540e33f90a254f0f01fb Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Fri, 7 Aug 2015 20:50:23 +0530 Subject: [PATCH] Fix Typo --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 815b66fc..572f1d6c 100644 --- a/install +++ b/install @@ -486,7 +486,7 @@ if [ -f /usr/local/sbin/easyengine ]; then ee_lib_echo "Updating your EasyEngine to $ee_version_old for compability" | tee -ai $ee_install_log wget -q https://raw.githubusercontent.com/rtCamp/easyengine/old-stable/bin/update && bash update | tee -ai $ee_install_log if [[ $? -ne 0 ]]; then - ee_lib_echo_fail "Unbale to update EasyEngine to $ee_version_old, exit status = " $? + ee_lib_echo_fail "Unable to update EasyEngine to $ee_version_old, exit status = " $? fi fi ee_install_dep | tee -ai $ee_install_log