diff options
author | unknown <paul@ice.snake.net> | 2004-06-04 16:11:47 -0500 |
---|---|---|
committer | unknown <paul@ice.snake.net> | 2004-06-04 16:11:47 -0500 |
commit | f74217fa9ecef8f7cb33756cd9c44bd970e6ffb0 (patch) | |
tree | d9d73c430e25c39fad3933d6050783f2609b7bda /scripts | |
parent | 8438a19382c58da3f74b1d2a044f535d9bfdf9d3 (diff) | |
download | mariadb-git-f74217fa9ecef8f7cb33756cd9c44bd970e6ffb0.tar.gz |
mysql_install_db.sh:
Correct a grammar error.
scripts/mysql_install_db.sh:
Correct a grammar error.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index abde6ecbe73..1fd67b1d0ee 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -155,7 +155,7 @@ then resolved=`$bindir/resolveip localhost 2>&1` if [ $? -ne 0 ] then - echo "Neither host '$hostname' and 'localhost' could not be looked up with" + echo "Neither host '$hostname' nor 'localhost' could be looked up with" echo "$bindir/resolveip" echo "Please configure the 'hostname' command to return a correct hostname." echo "If you want to solve this at a later stage, restart this script with" |