From a25e815c4d5b4af5068ed3254be8e18c4c4fe7ab Mon Sep 17 00:00:00 2001 From: cbdev Date: Wed, 18 Dec 2019 23:26:13 +0100 Subject: Fix spelling --- installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer.sh') diff --git a/installer.sh b/installer.sh index c17d847..04207cb 100755 --- a/installer.sh +++ b/installer.sh @@ -40,7 +40,7 @@ INSTALL-DEPS () { ##Install deps from array "$deps" NIGHTLY_CHECK () { #Asks for nightly version - read -p "Do you want to install the latest developement version? (y/n)? " magic + read -p "Do you want to install the latest development version? (y/n)? " magic case "$magic" in y|Y) printf "OK! You´re a risky person ;D\n" @@ -130,7 +130,7 @@ UPDATER () { printf "Newest Version is already installed! ${bold}($installed_version)${normal}\n\n" ERROR else - printf "The installed Version ${bold}´$installed_version´${normal} equals not the newest stable version ${bold}´$latest_version´${normal} ( Maybe you are running a developement version? )\n\n" + printf "The installed Version ${bold}´$installed_version´${normal} equals not the newest stable version ${bold}´$latest_version´${normal} (Maybe you are running a development version?)\n\n" fi UPDATER-PREP -- cgit v1.2.3