Fixed #25668 -- Misc spelling errors

This commit is contained in:
Ville Skyttä 2015-11-03 11:55:10 +02:00
parent a10cbbbc17
commit 3ee18400ae
12 changed files with 18 additions and 18 deletions

View file

@ -181,7 +181,7 @@ class AssertContainsTests(SimpleTestCase):
self.assertNotContains(r, ugettext_lazy('never'))
def test_assert_contains_renders_template_response(self):
""" Test that we can pass in an unrendered SimpleTemplateReponse
""" Test that we can pass in an unrendered SimpleTemplateResponse
without throwing an error.
Refs #15826.
"""
@ -198,7 +198,7 @@ class AssertContainsTests(SimpleTestCase):
self.assertContains(response, 'Hello')
def test_assert_not_contains_renders_template_response(self):
""" Test that we can pass in an unrendered SimpleTemplateReponse
""" Test that we can pass in an unrendered SimpleTemplateResponse
without throwing an error.
Refs #15826.
"""