summaryrefslogtreecommitdiff
path: root/tests/admin_checks
diff options
context:
space:
mode:
authorArne Brodowski <mail@arnebrodowski.de>2014-01-24 14:41:54 +0100
committerBaptiste Mispelon <bmispelon@gmail.com>2014-01-24 17:40:43 +0100
commit06bd181f97e5e5561ae7e80efae4c38ee670773f (patch)
tree17c1a515b7ce679d51c08581ac2225d751477c41 /tests/admin_checks
parent38be3cf5e4c4980b484e1013c2a4047725ba8d3e (diff)
downloaddjango-06bd181f97e5e5561ae7e80efae4c38ee670773f.tar.gz
Fixed typo in error message.
Diffstat (limited to 'tests/admin_checks')
-rw-r--r--tests/admin_checks/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_checks/tests.py b/tests/admin_checks/tests.py
index c0ce428e67..ba9faea03f 100644
--- a/tests/admin_checks/tests.py
+++ b/tests/admin_checks/tests.py
@@ -64,7 +64,7 @@ class SystemChecksTestCase(TestCase):
expected = [
checks.Error(
('"list_editable[0]" refers to field "original_release", '
- 'whih is not editable through the admin.'),
+ 'which is not editable through the admin.'),
hint=None,
obj=SongAdmin,
id='admin.E126',