From 1def12061673cb231d9862770016cfad9e0f8399 Mon Sep 17 00:00:00 2001 From: Callum Date: Mon, 5 Sep 2016 22:47:49 -0400 Subject: [PATCH] Fix typos in raspberry.sh --- installers/raspberry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/raspberry.sh b/installers/raspberry.sh index 824bf7cc..f10c0ddc 100644 --- a/installers/raspberry.sh +++ b/installers/raspberry.sh @@ -68,7 +68,7 @@ else NODE_INSTALL=true fi -# Install or upgare node if nessecery. +# Install or upgrade node if necessary. if $NODE_INSTALL; then echo -e "\e[96mInstalling Node.js ...\e[90m"