summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/newforms/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/newforms/models.py b/django/newforms/models.py
index fd0087a3b1..0ee911a82f 100644
--- a/django/newforms/models.py
+++ b/django/newforms/models.py
@@ -228,7 +228,7 @@ class ModelFormMetaclass(type):
opts = ModelFormOptions(attrs.get('Meta', None))
attrs['_meta'] = opts
- # Don't allow more than one Meta model defenition in bases. The fields
+ # Don't allow more than one Meta model definition in bases. The fields
# would be generated correctly, but the save method won't deal with
# more than one object.
base_models = []