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-09-07 13:43:16 +0300
committerYuri Gorshenin <y@maps.me>2016-09-07 14:09:46 +0300
commit68b48c5c260892e554b9dbaf55f846dd29ad1311 (patch)
tree4cafa608986c8f27d2037d7e4d07bb2078629429 /indexer/categories_holder.cpp
parente8a77fb0fbf27ba468a8b3f952efd0fb3743cabd (diff)
Review fixes.
Diffstat (limited to 'indexer/categories_holder.cpp')
-rw-r--r--indexer/categories_holder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/categories_holder.cpp b/indexer/categories_holder.cpp
index cac2e9e7fe..f677a57d92 100644
--- a/indexer/categories_holder.cpp
+++ b/indexer/categories_holder.cpp
@@ -27,7 +27,7 @@ int8_t const CategoriesHolder::kUnsupportedLocaleCode = -1;
// translation to categories.txt. When editing, keep in mind to check
// CategoriesHolder::MapLocaleToInteger() and
// CategoriesHolder::MapIntegerToLocale() as their implementations
-// highly depend on the contents of the variable.
+// strongly depend on the contents of the variable.
vector<CategoriesHolder::Mapping> const CategoriesHolder::kLocaleMapping = {{"en", 1},
{"ru", 2},
{"uk", 3},