From 5c572b083dff8be5e6b202f6a18b73652235d1b1 Mon Sep 17 00:00:00 2001 From: Chen Yangjian Date: Mon, 19 Sep 2016 10:01:02 +0800 Subject: [PATCH] Fix typo and grammar att --- install-cow.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-cow.sh b/install-cow.sh index dc279536..f858a726 100755 --- a/install-cow.sh +++ b/install-cow.sh @@ -61,13 +61,13 @@ while true; do break fi if [ ! -d $install_dir ]; then - echo "Directory $install_dir does not exists" + echo "Directory $install_dir does not exist" else break fi done -# Ask OS X user whehter to start COW upon login +# Ask OS X user whether to start COW upon login start_on_login="n" if [ $os == "mac" ]; then while true; do