From ad5426111c56ba4f5d1d1aa2e366c6656b0ce96b Mon Sep 17 00:00:00 2001 From: claustromaniac <20734810+claustromaniac@users.noreply.github.com> Date: Thu, 22 Nov 2018 05:41:30 +0000 Subject: [PATCH] typos --- updater.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/updater.sh b/updater.sh index 206bc7a..0949706 100755 --- a/updater.sh +++ b/updater.sh @@ -47,7 +47,7 @@ set_wd () { elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then firefox_dir=~/.mozilla/firefox/ else - echo -e ${RED}"Error: Sorry, -l is not suppported for your OS"${NC} + echo -e ${RED}"Error: Sorry, -l is not supported for your OS"${NC} exit 1 fi echo -e ${GREEN}"The following profiles were found:\n"${ORANGE} @@ -106,7 +106,7 @@ legacy_argument () { } ######################### -# File Handeling # +# File Handling # ######################### # Download method priority: curl -> wget -> perl @@ -333,7 +333,7 @@ create_diff () { if [ $# != 0 ]; then legacy_lc="$(echo $1 | tr '[A-Z]' '[a-z]')" - # Display usage if first arguement is -help or --help + # Display usage if first argument is -help or --help if [ $1 = "--help" ] || [ $1 = "-help" ]; then usage elif [ $legacy_lc = "-donotupdate" ]; then