From 6defb38f854c28b9fc5f7d51e0643c55e83a9fc9 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 15 Jan 2015 16:01:15 -0700 Subject: [PATCH] typo fix --- setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.bash b/setup.bash index 9deb3f4..94ae782 100644 --- a/setup.bash +++ b/setup.bash @@ -234,7 +234,7 @@ elif [ "$(node -v 2>/dev/null)" != "$(iojs -v 2>/dev/null)" ]; then echo "" echo "You have node.js installed." echo "Backing up $(which node) as $(which node).$(node -v)" - echo "(copy it back after the install if to maintain node.js and io.js separately)" + echo "(copy it back after the install to maintain node.js and io.js separately)" echo "" sleep 3 echo "################################################################################"