From 0ae45bd2d27bb6fa973f68a49adca0eeca1f8b0b Mon Sep 17 00:00:00 2001 From: Joel Kuzmarski Date: Sat, 20 Aug 2016 18:26:35 -0500 Subject: [PATCH] Fix comment --- tools/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install.sh b/tools/install.sh index a46ae41d..0f89e311 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -157,7 +157,7 @@ main() { *Credentials*) printf "${RED}Wrong password.${NORMAL} ${GREEN}Press CTRL-C to cancel.${NORMAL}\n" ;; - # Something other unhandled error. + # Unhandled error. *) printf "${RED}There was a problem changing the default login shell!${NORMAL}\n" printf "${RED}${CHSH_ZSH_STDERR}${NORMAL}\n"