summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnel Husakovic <Anel Husakovic>2019-02-23 23:48:55 +0000
committerAnel Husakovic <anel@mariadb.org>2019-05-15 08:32:59 -0700
commita26b520a5fcea50c06f1b662f2dab3ff84d2e8a2 (patch)
tree80040fa8445e195c43103be9008321f6387e4783
parentea771624528794449444b2c066ca6171388cdf37 (diff)
downloadmariadb-git-bb-10.4-anel-fix-typo.tar.gz
Fix echo messagebb-10.4-anel-fix-typo
-rw-r--r--scripts/mysql_install_db.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh
index 59607d7f508..d87c0aa48a5 100644
--- a/scripts/mysql_install_db.sh
+++ b/scripts/mysql_install_db.sh
@@ -240,10 +240,10 @@ cannot_find_file()
fi
echo
- echo "If you compiledx from source, you need to either run 'make install' to"
+ echo "If you compiled from source, you need to either run 'make install' to"
echo "copy the software into the correct location ready for operation."
echo "If you don't want to do a full install, you can use the --srcdir"
- echo "option to only install the mysql database and privilege tables"
+ echo "option to only install the mysql database and privilege tables."
echo
echo "If you are using a binary release, you must either be at the top"
echo "level of the extracted archive, or pass the --basedir option"