1
0
mirror of https://github.com/django/django.git synced 2025-10-25 14:46:09 +00:00

[1.7.x] Fix many many typos in comments throughout the codebase

Backport of 2bcb8bfc8d from master
This commit is contained in:
Alex Gaynor
2014-04-26 10:18:45 -07:00
committed by Tim Graham
parent 3bb0f118ca
commit 996564df4d
53 changed files with 79 additions and 80 deletions

View File

@@ -1564,7 +1564,7 @@ class Discovery(TestCase):
def test_precedence(self):
"""
Apps listed first in INSTALLED_APPS have precendence.
Apps listed first in INSTALLED_APPS have precedence.
"""
with self.settings(INSTALLED_APPS=['admin_scripts.complex_app',
'admin_scripts.simple_app',