summaryrefslogtreecommitdiff
path: root/scripts/mysql_fix_privilege_tables.sh
diff options
context:
space:
mode:
authorunknown <paul@kite-hub.kitebird.com>2004-07-14 11:33:00 -0500
committerunknown <paul@kite-hub.kitebird.com>2004-07-14 11:33:00 -0500
commitdd01a13a5b36635432c2fe067a0710b8c10b7989 (patch)
tree9f5dde6d96fbb9fc7bbabae7bccfc93f554db7bb /scripts/mysql_fix_privilege_tables.sh
parent8f97c1232ddd4b823a87914a52a5b35eb7ca0e28 (diff)
downloadmariadb-git-dd01a13a5b36635432c2fe067a0710b8c10b7989.tar.gz
mysql_fix_privilege_tables.sh:
Language fixups. scripts/mysql_fix_privilege_tables.sh: Language fixups.
Diffstat (limited to 'scripts/mysql_fix_privilege_tables.sh')
-rw-r--r--scripts/mysql_fix_privilege_tables.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysql_fix_privilege_tables.sh b/scripts/mysql_fix_privilege_tables.sh
index 79b4bc627b7..c9e8e0c4dfd 100644
--- a/scripts/mysql_fix_privilege_tables.sh
+++ b/scripts/mysql_fix_privilege_tables.sh
@@ -159,11 +159,11 @@ s_echo()
fi
}
-s_echo "This scripts updates all the mysql privilege tables to be usable by"
+s_echo "This script updates all the mysql privilege tables to be usable by"
s_echo "MySQL 4.0 and above."
s_echo ""
s_echo "This is needed if you want to use the new GRANT functions,"
-s_echo "CREATE AGGREGATE FUNCTION or want to use the more secure passwords in 4.1"
+s_echo "CREATE AGGREGATE FUNCTION, or the more secure passwords in 4.1"
s_echo ""
if test $verbose = 1