From f2909a17a526933dc1b8da53937b0bbd5869caac Mon Sep 17 00:00:00 2001 From: Yuri Gorshenin Date: Mon, 15 Feb 2016 16:21:13 +0300 Subject: [PATCH] Review fixes. --- search/search_engine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search/search_engine.cpp b/search/search_engine.cpp index 01b7cd5fba..3fb71c0ae3 100644 --- a/search/search_engine.cpp +++ b/search/search_engine.cpp @@ -245,7 +245,7 @@ void Engine::DoSearch(SearchParams const & params, m2::RectD const & viewport, m_query->SetMode(params.GetMode()); // This flag is needed for consistency with old search algorithm - // only. It will gone away when we will remove old search code. + // only. It will be gone when we remove old search code. m_query->SetSearchInWorld(true); m_query->SetInputLocale(params.m_inputLocale);