From fddf3d70ff771cb1ef1ae041bddd6f84873f46a5 Mon Sep 17 00:00:00 2001 From: Francisco Ryan Tolmasky I Date: Sun, 1 Nov 2009 22:54:25 -0800 Subject: [PATCH] Fixed typo in bootstrap.sh prompt. Reviewed by me. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 25e36bcb1..d75c541ef 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -27,7 +27,7 @@ INSTALL_DIRECTORY="/usr/local/narwhal" ORIGINAL_PATH="$PATH" if ! which -s "narwhal"; then - echo "Narwhal JavaScript platform is required. Installyes it into \"$INSTALL_DIRECTORY\"?" + echo "Narwhal JavaScript platform is required. Install it into \"$INSTALL_DIRECTORY\"?" if prompt; then echo "Downloading Narwhal..." curl -L -o "$TEMPZIP" "http://github.com/tlrobinson/narwhal/zipball/master"