summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-25 17:14:09 +0200
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-25 17:42:41 +0200
commit132933df69b355695dd9401d81b7bc2ac5f5684f (patch)
tree51691843da22e2f75c386ac732ba1ca18c026b2b /util
parentce05a9a2a4480344e6939f3c63620715c950f903 (diff)
Fixed a typo in variable name in qlocale data generator.
Reviewed-by: trustme
Diffstat (limited to 'util')
-rwxr-xr-xutil/local_database/cldr2qlocalexml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/local_database/cldr2qlocalexml.py b/util/local_database/cldr2qlocalexml.py
index 20a7d34fcb..1d9ccda0a5 100755
--- a/util/local_database/cldr2qlocalexml.py
+++ b/util/local_database/cldr2qlocalexml.py
@@ -123,7 +123,7 @@ def generateLocaleInfo(path):
result['language_id'] = language_id
result['country_id'] = country_id
- numberingSystem = None
+ numbering_system = None
try:
numbering_system = findEntry(path, "numbers/defaultNumberingSystem")
except: