diff options
author | lilinjie <lilinjie@uniontech.com> | 2023-01-12 10:38:38 +0800 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2023-01-12 14:02:20 +1100 |
commit | eb145e5ad7afa29f1d298452b80fcca36a6c3bbe (patch) | |
tree | a5d0620945e893f807ec7756984c82c4d1525d90 /scripts/mysqlaccess.sh | |
parent | b194c83b7bd2f4e861fdce041a9ea3de18f4d227 (diff) | |
download | mariadb-git-eb145e5ad7afa29f1d298452b80fcca36a6c3bbe.tar.gz |
fix typos
Signed-off-by: lilinjie <lilinjie@uniontech.com>
Diffstat (limited to 'scripts/mysqlaccess.sh')
-rw-r--r-- | scripts/mysqlaccess.sh | 2 |
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 |