summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
Diffstat (limited to 'django')
-rw-r--r--django/contrib/admin/checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/admin/checks.py b/django/contrib/admin/checks.py
index f768374d54..855e916eaa 100644
--- a/django/contrib/admin/checks.py
+++ b/django/contrib/admin/checks.py
@@ -783,7 +783,7 @@ class ModelAdminChecks(BaseModelAdminChecks):
elif not field.editable:
return [
checks.Error(
- '"%s" refers to field "%s", whih is not editable through the admin.' % (
+ '"%s" refers to field "%s", which is not editable through the admin.' % (
label, field_name
),
hint=None,