summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-25 15:14:09 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-05-25 15:42:41 (GMT)
commit132933df69b355695dd9401d81b7bc2ac5f5684f (patch)
tree51691843da22e2f75c386ac732ba1ca18c026b2b /util
parentce05a9a2a4480344e6939f3c63620715c950f903 (diff)
downloadQt-132933df69b355695dd9401d81b7bc2ac5f5684f.zip
Qt-132933df69b355695dd9401d81b7bc2ac5f5684f.tar.gz
Qt-132933df69b355695dd9401d81b7bc2ac5f5684f.tar.bz2
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 20a7d34..1d9ccda 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: