diff options
author | cbdev <cb@cbcdn.com> | 2019-12-18 23:26:13 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-12-18 23:26:13 +0100 |
commit | a25e815c4d5b4af5068ed3254be8e18c4c4fe7ab (patch) | |
tree | d229fecd20c52e10d19f8ae1613202d55179e59d | |
parent | afe2f2a9cb809e4a28ae519db239fa0e4f136685 (diff) | |
download | midimonster-a25e815c4d5b4af5068ed3254be8e18c4c4fe7ab.tar.gz midimonster-a25e815c4d5b4af5068ed3254be8e18c4c4fe7ab.tar.bz2 midimonster-a25e815c4d5b4af5068ed3254be8e18c4c4fe7ab.zip |
Fix spelling
-rwxr-xr-x | installer.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |