From 55b5f9bae37bc887857cc7cf6b7d435f6b79458e Mon Sep 17 00:00:00 2001 From: LiuCong Date: Tue, 13 Jun 2017 19:12:53 +0800 Subject: [PATCH] Fixed a comment typo of Server/Server.cpp --- dbms/src/Server/Server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbms/src/Server/Server.cpp b/dbms/src/Server/Server.cpp index 44787fdfe2..7060139679 100644 --- a/dbms/src/Server/Server.cpp +++ b/dbms/src/Server/Server.cpp @@ -433,7 +433,7 @@ int Server::main(const std::vector & args) global_context->shutdown(); LOG_DEBUG(log, "Shutted down storages."); - /** Explicitly destroy Context. It is more convenient than in destructor of Server, becuase logger is still available. + /** Explicitly destroy Context. It is more convenient than in destructor of Server, because logger is still available. * At this moment, no one could own shared part of Context. */ global_context.reset(); -- GitLab