diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-01-20 16:08:18 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-01-20 16:08:25 +0200 |
commit | 259185764ba949bbe0cfa6bbef4673f61155cb90 (patch) | |
tree | 22982e6b00fe4167308f9d154b4393538bc53c21 | |
parent | 57ec527841c170f49a79fc34f3dcf68e48e24483 (diff) | |
download | mariadb-git-259185764ba949bbe0cfa6bbef4673f61155cb90.tar.gz |
MDEV-17062: Fix a typo in an error message
-rw-r--r-- | sql/wsrep_thd.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/wsrep_thd.cc b/sql/wsrep_thd.cc index 36a58b3c9b0..5ae583212f3 100644 --- a/sql/wsrep_thd.cc +++ b/sql/wsrep_thd.cc @@ -100,9 +100,7 @@ static bool create_wsrep_THD(Wsrep_thd_args* args, bool mutex_protected) start_wsrep_THD, (void*)args); if (res) - { - WSREP_ERROR("Canät create wsrep thread"); - } + WSREP_ERROR("Can't create wsrep thread"); /* if starting a thread on server startup, wait until the this thread's THD |