summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorlilinjie <lilinjie@uniontech.com>2023-01-12 10:38:38 +0800
committerDaniel Black <daniel@mariadb.org>2023-01-12 14:02:20 +1100
commiteb145e5ad7afa29f1d298452b80fcca36a6c3bbe (patch)
treea5d0620945e893f807ec7756984c82c4d1525d90 /scripts
parentb194c83b7bd2f4e861fdce041a9ea3de18f4d227 (diff)
downloadmariadb-git-eb145e5ad7afa29f1d298452b80fcca36a6c3bbe.tar.gz
fix typos
Signed-off-by: lilinjie <lilinjie@uniontech.com>
Diffstat (limited to 'scripts')
-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