From 259185764ba949bbe0cfa6bbef4673f61155cb90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Mon, 20 Jan 2020 16:08:18 +0200 Subject: [PATCH] MDEV-17062: Fix a typo in an error message --- sql/wsrep_thd.cc | 4 +--- 1 file changed, 1 insertion(+), 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