summaryrefslogtreecommitdiffstats
path: root/util/local_database/cldr2qlocalexml.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/local_database/cldr2qlocalexml.py')
-rwxr-xr-xutil/local_database/cldr2qlocalexml.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/local_database/cldr2qlocalexml.py b/util/local_database/cldr2qlocalexml.py
index e0bab604bb..e5accece74 100755
--- a/util/local_database/cldr2qlocalexml.py
+++ b/util/local_database/cldr2qlocalexml.py
@@ -136,13 +136,13 @@ def generateLocaleInfo(path):
language_id = enumdata.languageCodeToId(language_code)
if language_id == -1:
- sys.stderr.write("unnknown language code \"" + language_code + "\"\n")
+ sys.stderr.write("unknown language code \"" + language_code + "\"\n")
return {}
language = enumdata.language_list[language_id][0]
script_id = enumdata.scriptCodeToId(script_code)
if script_code == -1:
- sys.stderr.write("unnknown script code \"" + script_code + "\"\n")
+ sys.stderr.write("unknown script code \"" + script_code + "\"\n")
return {}
script = "AnyScript"
if script_id != -1:
@@ -153,7 +153,7 @@ def generateLocaleInfo(path):
if country_id != -1:
country = enumdata.country_list[country_id][0]
if country == "":
- sys.stderr.write("unnknown country code \"" + country_code + "\"\n")
+ sys.stderr.write("unknown country code \"" + country_code + "\"\n")
return {}
# So we say we accept only those values that have "contributed" or