summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/db/backends/__init__.py2
1 files changed, 1 insertions, 1 deletions
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()