[new downloader] Review fixes.

This commit is contained in:
Vladimir Byko-Ianko 2016-02-01 19:12:36 +03:00 committed by Sergey Yershov
parent dea6c2e2de
commit 68b411a731
3 changed files with 3 additions and 3 deletions

View file

@ -21,4 +21,4 @@ namespace storage
{
return countryId != kInvalidCountryId;
}
}
} // namespace storage

View file

@ -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

View file

@ -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.