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:
authorSergey Magidovich <mgsergio@mapswithme.com>2016-10-24 15:15:36 +0300
committerSergey Magidovich <mgsergio@mapswithme.com>2017-01-31 10:43:14 +0300
commit3e6df70ac10b8e10dd15199fa16bfdd54c6ee1f4 (patch)
treeb8e1d157a64a02d6f304cd4e1eb6ba9eda7b2667 /indexer/new_feature_categories.cpp
parent13090e8c57c6191e64eb85c72be5315af46cabba (diff)
OpenLR decoding, markup tool.
Diffstat (limited to 'indexer/new_feature_categories.cpp')
-rw-r--r--indexer/new_feature_categories.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/new_feature_categories.cpp b/indexer/new_feature_categories.cpp
index cded82d8f2..cc67efb220 100644
--- a/indexer/new_feature_categories.cpp
+++ b/indexer/new_feature_categories.cpp
@@ -17,7 +17,7 @@ NewFeatureCategories::NewFeatureCategories(editor::EditorConfig const & config)
// TODO(mgsergio): Load types user can create from XML file.
// TODO: Not every editable type can be created by user.
// TODO(mgsergio): Store in Settings:: recent history of created types and use them here.
- // Max history items count shoud be set in the config.
+ // Max history items count should be set in the config.
Classificator const & cl = classif();
for (auto const & classificatorType : config.GetTypesThatCanBeAdded())
{