From a35bf4af72779e9230b3db2db701665ae467d7dc Mon Sep 17 00:00:00 2001 From: Nick Pope Date: Sat, 9 Mar 2019 12:17:50 +0000 Subject: [PATCH] Fixed typo in tests/check_framework/test_translation.py comment. --- tests/check_framework/test_translation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.