diff options
author | serg@serg.mylan <> | 2004-07-29 23:33:23 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-07-29 23:33:23 +0200 |
commit | 0d0a50ce6a2743a1ec5806e8535d5b4e0b4efe99 (patch) | |
tree | 92e44ae54bedea92f2f78bcbf7fa7b4418029f5f /scripts | |
parent | 9f4e72ecd10c434ae5f6036aa45ddd52a2327d80 (diff) | |
download | mariadb-git-0d0a50ce6a2743a1ec5806e8535d5b4e0b4efe99.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" |