Fixed: print command not found

This commit is contained in:
dongweiming 2013-10-12 13:06:49 +08:00
parent b4b604ded0
commit 2a2e52882e

View file

@ -162,7 +162,7 @@ if hash aspell 2>&-
then
printf "$GREEN found.$RESET\n"
else
print "$RED not found. Install aspell to benefit from flyspell-mode!$RESET\n"
printf "$RED not found. Install aspell to benefit from flyspell-mode!$RESET\n"
fi
printf "$CYAN Checking to see if ack is installed... "