summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaap Roes <jaap.roes@gmail.com>2017-07-10 18:08:57 +0200
committerTim Graham <timograham@gmail.com>2017-07-10 12:08:57 -0400
commit408ed9fea4c53bcb62417bf8f777d6409e886073 (patch)
tree41d91443779cf14843eb223ed77f9d27bea2435d
parentceb5f1c9bf4befe1afadaf6906511fcea6b22b69 (diff)
Fixed typo in tests/i18n/tests.py comment.
-rw-r--r--tests/i18n/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py
index b5b30b8dc1..9d50469615 100644
--- a/tests/i18n/tests.py
+++ b/tests/i18n/tests.py
@@ -1473,7 +1473,7 @@ class UnprefixedDefaultLanguageTests(SimpleTestCase):
self.assertEqual(response.content, b'Yes')
def test_page_with_dash(self):
- # A page starting with /de* shouldn't match the 'de' langauge code.
+ # A page starting with /de* shouldn't match the 'de' language code.
response = self.client.get('/de-simple-page/')
self.assertEqual(response.content, b'Yes')