summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_translation.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_framework/test_translation.py')
-rw-r--r--tests/check_framework/test_translation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/test_translation.py b/tests/check_framework/test_translation.py
index 8b8757c54e..fe811fe77b 100644
--- a/tests/check_framework/test_translation.py
+++ b/tests/check_framework/test_translation.py
@@ -28,7 +28,7 @@ class TranslationCheckTests(SimpleTestCase):
'-en', # leading separator.
'en-', # trailing separator.
'en-US.UTF-8', # language tag w/ locale encoding.
- 'en_US.UTF-8', # locale format - languate w/ region and encoding.
+ 'en_US.UTF-8', # locale format - language w/ region and encoding.
'ca_ES@valencia', # locale format - language w/ region and variant.
# FIXME: The following should be invalid:
# 'sr@latin', # locale instead of language tag.