diff --git a/django/db/backends/__init__.py b/django/db/backends/__init__.py index 48f448b58f..d513541e2e 100644 --- a/django/db/backends/__init__.py +++ b/django/db/backends/__init__.py @@ -278,7 +278,7 @@ class BaseDatabaseWrapper(object): when no current block is running). If you switch off transaction management and there is a pending - commit/rollback, the data will be commited, unless "forced" is True. + commit/rollback, the data will be committed, unless "forced" is True. """ self.validate_no_atomic_block()