diff options
author | Faustin Lammler <faustin@fala.red> | 2018-12-21 17:06:08 -0300 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2019-12-02 12:41:13 +0200 |
commit | 2df2238cb86de237c6f57a25adb05dcdce020e8d (patch) | |
tree | eb58d830076ff12a83a573d596d379a288c3875a /sql/threadpool_common.cc | |
parent | db32d9457edbcb23b45f433cfcdfc5d86232bbb0 (diff) | |
download | mariadb-git-2df2238cb86de237c6f57a25adb05dcdce020e8d.tar.gz |
Lintian complains on spelling error
The lintian check complains on spelling error:
https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
Diffstat (limited to 'sql/threadpool_common.cc')
-rw-r--r-- | sql/threadpool_common.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/threadpool_common.cc b/sql/threadpool_common.cc index 6a4139197f9..157a76a5150 100644 --- a/sql/threadpool_common.cc +++ b/sql/threadpool_common.cc @@ -185,7 +185,7 @@ void tp_callback(TP_connection *c) } else if (threadpool_process_request(thd)) { - /* QUIT or an error occured. */ + /* QUIT or an error occurred. */ goto error; } |