From 68b411a73127cb8158797b6bae2334d2c8008d99 Mon Sep 17 00:00:00 2001 From: Vladimir Byko-Ianko Date: Mon, 1 Feb 2016 19:12:36 +0300 Subject: [PATCH] [new downloader] Review fixes. --- storage/index.cpp | 2 +- storage/index.hpp | 2 +- storage/storage.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/storage/index.cpp b/storage/index.cpp index 271da1d8a9..32c109e6ea 100644 --- a/storage/index.cpp +++ b/storage/index.cpp @@ -21,4 +21,4 @@ namespace storage { return countryId != kInvalidCountryId; } -} +} // namespace storage diff --git a/storage/index.hpp b/storage/index.hpp index 0d8bf0cb66..01fbb732ec 100644 --- a/storage/index.hpp +++ b/storage/index.hpp @@ -11,7 +11,7 @@ namespace storage extern const storage::TCountryId kInvalidCountryId; - // @TODO(bykoianko) Check in counrtry tree if the countryId valid. + // @TODO(bykoianko) Check in country tree if the countryId valid. bool IsCountryIdValid(TCountryId const & countryId); struct TIndex diff --git a/storage/storage.hpp b/storage/storage.hpp index 06e95092a5..936c44899f 100644 --- a/storage/storage.hpp +++ b/storage/storage.hpp @@ -28,7 +28,7 @@ struct NodeAttrs /// belongs to the node. If the node isn't expandable |m_mapsDownloaded| == 1. uint32_t m_mwmCounter; - /// Number of mwms belonging to the node which has been donwloaded. + /// Number of mwms belonging to the node which has been downloaded. uint32_t m_localMwmCounter; /// If it's not an expandable node, |m_nodeSize| is size of one mwm according to countries.txt.