1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

@@ -143,7 +143,7 @@ class ExtractorTests(SerializeMixin, SimpleTestCase):
None can be passed for the line_number argument to skip checking of
the :42 suffix part.
A string token can also be pased as line_number, in which case it
A string token can also be passed as line_number, in which case it
will be searched in the template, and its line number will be used.
A msgid is a suitable candidate.
"""

View File

@@ -1750,7 +1750,7 @@ class LocaleMiddlewareTests(TestCase):
LANGUAGES=[
('bg', 'Bulgarian'),
('en-us', 'English'),
('pt-br', 'Portugese (Brazil)'),
('pt-br', 'Portuguese (Brazil)'),
],
MIDDLEWARE_CLASSES=[
'django.middleware.locale.LocaleMiddleware',