From 408ed9fea4c53bcb62417bf8f777d6409e886073 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Mon, 10 Jul 2017 18:08:57 +0200 Subject: [PATCH] Fixed typo in tests/i18n/tests.py comment. --- tests/i18n/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')