diff options
author | Otto Kekäläinen <otto@kekalainen.net> | 2020-06-14 14:49:45 +0300 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2020-07-30 10:36:39 +1000 |
commit | ab48901d54f1d9002e786e0a01c6d26751e2cc32 (patch) | |
tree | 65ae837b2d554b14d61aa4b5fa73487f6e61ac32 /sql/sql_help.cc | |
parent | 05fa4558e0e82302ece981deabce764491464eb2 (diff) | |
download | mariadb-git-ab48901d54f1d9002e786e0a01c6d26751e2cc32.tar.gz |
Fix spelling errors
Diffstat (limited to 'sql/sql_help.cc')
-rw-r--r-- | sql/sql_help.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_help.cc b/sql/sql_help.cc index 3ccab553bfe..e31e51d0316 100644 --- a/sql/sql_help.cc +++ b/sql/sql_help.cc @@ -671,7 +671,7 @@ SQL_SELECT *prepare_select_for_name(THD *thd, const char *mask, size_t mlen, RETURN VALUES FALSE Success - TRUE Error and send_error already commited + TRUE Error and send_error already committed */ static bool mysqld_help_internal(THD *thd, const char *mask) |