Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2016-02-15 16:21:13 +0300
committerSergey Yershov <yershov@corp.mail.ru>2016-03-23 16:20:48 +0300
commitf2909a17a526933dc1b8da53937b0bbd5869caac (patch)
tree6c5b7a8a97b4e80658002e51d7ef97837662f18d
parent0d324767834f7d352af51d02c589e3ca036ff2b0 (diff)
Review fixes.
-rw-r--r--search/search_engine.cpp2
1 files changed, 1 insertions, 1 deletions
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);