From 4b099e385b4694fc88ca554f1223da9ce4d6d60e Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Wed, 4 Jul 2018 20:28:06 +0300 Subject: [PATCH] Fixed typo #2482 --- dbms/src/Common/ThreadStatus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Common/ThreadStatus.h b/dbms/src/Common/ThreadStatus.h index 3538201dda3..276f783519b 100644 --- a/dbms/src/Common/ThreadStatus.h +++ b/dbms/src/Common/ThreadStatus.h @@ -97,7 +97,7 @@ public: String getQueryID(); - /// Starts new query and create new thread group fro it, current thread becomes master thread of the query + /// Starts new query and create new thread group for it, current thread becomes master thread of the query void initializeQuery(); /// Attaches slave thread to existing thread group