summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-07-29 23:33:23 +0200
committerserg@serg.mylan <>2004-07-29 23:33:23 +0200
commit0d0a50ce6a2743a1ec5806e8535d5b4e0b4efe99 (patch)
tree92e44ae54bedea92f2f78bcbf7fa7b4418029f5f /scripts
parent9f4e72ecd10c434ae5f6036aa45ddd52a2327d80 (diff)
downloadmariadb-git-0d0a50ce6a2743a1ec5806e8535d5b4e0b4efe99.tar.gz
language fix
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mysql_install_db.sh2
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"