From 0b9e6bc5c596b3dd54f618a70f798527821c0701 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Tue, 22 Mar 2016 18:07:47 +0300 Subject: [PATCH] [new downloader] Review fixes. --- map/framework.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/framework.hpp b/map/framework.hpp index ecb0bd740a..f25074eff7 100644 --- a/map/framework.hpp +++ b/map/framework.hpp @@ -397,7 +397,7 @@ public: /// Call this function before entering search GUI. /// While it's loading, we can cache features in viewport. bool Search(search::SearchParams const & params); - /// Searchs for mwm based on |params|. + /// Searches for mwm based on |params|. /// Calling |params::m_onResults| for returning the result. bool SearchInDownloader(storage::DownloaderSearchParams const & params); bool GetCurrentPosition(double & lat, double & lon) const;