From 62cd8a201b677305371545f2308fe629e2edff31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Wed, 12 Dec 2007 22:16:17 +0000 Subject: [PATCH] fix typo --- install/mysql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/mysql.sh b/install/mysql.sh index 5d0ce86b..7798a086 100755 --- a/install/mysql.sh +++ b/install/mysql.sh @@ -59,7 +59,7 @@ then $mysql -e "GRANT ALL ON *.* TO '$rootlogin'@'${MYSQL_CLIENT}' IDENTIFIED BY '$rootpass' WITH GRANT OPTION" if [ "$?" -ne "0" ] then - echo "Can't grant system user $rootlogin, abording"; + echo "Can't grant system user $rootlogin, aborting"; exit 1 fi fi