summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/bb/persist_data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/persist_data.py b/bitbake/lib/bb/persist_data.py
index 49c9a0d510..9e20a837a4 100644
--- a/bitbake/lib/bb/persist_data.py
+++ b/bitbake/lib/bb/persist_data.py
@@ -63,7 +63,7 @@ class SQLTable(collections.abc.MutableMapping):
63 """ 63 """
64 Decorator that starts a database transaction and creates a database 64 Decorator that starts a database transaction and creates a database
65 cursor for performing queries. If no exception is thrown, the 65 cursor for performing queries. If no exception is thrown, the
66 database results are commited. If an exception occurs, the database 66 database results are committed. If an exception occurs, the database
67 is rolled back. In all cases, the cursor is closed after the 67 is rolled back. In all cases, the cursor is closed after the
68 function ends. 68 function ends.
69 69