summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-03-09 12:17:50 +0000
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-03-09 13:17:50 +0100
commita35bf4af72779e9230b3db2db701665ae467d7dc (patch)
treec81556ff817820a6b2fc835375f0def0e830d8fa /tests
parent7c3a8b9db2ccfbb247732ce6726ab8dc11eff34d (diff)
Fixed typo in tests/check_framework/test_translation.py comment.
Diffstat (limited to 'tests')
-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.