diff options
author | unknown <serg@serg.mylan> | 2004-07-29 23:33:23 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-07-29 23:33:23 +0200 |
commit | 3a72d73501218f0072168f85da1a37d052de033d (patch) | |
tree | 92e44ae54bedea92f2f78bcbf7fa7b4418029f5f /scripts | |
parent | a79b4c32627ac9732a0a9d14299ef52ae4914322 (diff) | |
download | mariadb-git-3a72d73501218f0072168f85da1a37d052de033d.tar.gz |
language fix
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 7ab312baa5c..f9f3160d220 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -143,7 +143,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 not 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" |