summaryrefslogtreecommitdiff
path: root/tests/admin_scripts
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-04-26 10:18:45 -0700
committerTim Graham <timograham@gmail.com>2014-04-26 14:35:57 -0400
commit996564df4d70947913c70b071cf4a6841c658be2 (patch)
tree56dc9ab02361a56c6bf91c1f8a2bd0052c561a37 /tests/admin_scripts
parent3bb0f118ca375f25cd0c03a5733ee2ef9d79dfa5 (diff)
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
Diffstat (limited to 'tests/admin_scripts')
-rw-r--r--tests/admin_scripts/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py
index 90fd3520e2..7eedf18a4d 100644
--- a/tests/admin_scripts/tests.py
+++ b/tests/admin_scripts/tests.py
@@ -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',