summaryrefslogtreecommitdiff
path: root/scripts/mysqlaccess.sh
diff options
context:
space:
mode:
authorJulius Goryavsky <julius.goryavsky@mariadb.com>2023-01-12 21:54:25 +0100
committerJulius Goryavsky <julius.goryavsky@mariadb.com>2023-01-12 21:54:25 +0100
commit581513149063a79a078ee3d9f03b88bc98d82786 (patch)
treea463e800a811c76d1a35d50948c5598c5d74a3f8 /scripts/mysqlaccess.sh
parent17920291a661d3d2b02a9261293caebc7158d38a (diff)
parent7a98d232e42b66efc759d584b05214e91681c346 (diff)
downloadmariadb-git-st-10.4-merge-julius.tar.gz
Merge 10.3 into 10.4st-10.4-merge-julius
Diffstat (limited to 'scripts/mysqlaccess.sh')
-rw-r--r--scripts/mysqlaccess.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh
index aaf711b0fb9..83118a8fdc6 100644
--- a/scripts/mysqlaccess.sh
+++ b/scripts/mysqlaccess.sh
@@ -584,7 +584,7 @@ if ($MySQLaccess::CGI) { #CGI-version
# ----------------------
# brief and table-format
# exclude each-other
-# table-format is prefered
+# table-format is preferred
if (defined($Param{'table'})) { undef($Param{'brief'}); }
if (defined($Param{'preview'}) or
defined($Param{'copy'}) or