From 06bd181f97e5e5561ae7e80efae4c38ee670773f Mon Sep 17 00:00:00 2001 From: Arne Brodowski Date: Fri, 24 Jan 2014 14:41:54 +0100 Subject: Fixed typo in error message. --- tests/admin_checks/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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', -- cgit v1.3