summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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',