summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/persist_data.py
diff options
context:
space:
mode:
authorZygmunt Krynicki <zygmunt.krynicki@huawei.com>2022-02-19 17:40:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-02-20 16:45:25 +0000
commit2af99d8c08d373467836d648fc8310c27bbb2b68 (patch)
treea727963fe9e07cbe0f5bf9496866ecb267b527e9 /bitbake/lib/bb/persist_data.py
parente03ac523e44ca0211b78de1f686b5694cecc0bdb (diff)
downloadpoky-2af99d8c08d373467836d648fc8310c27bbb2b68.tar.gz
bitbake: persist_data: Fix typo "committed"
(Bitbake rev: f9bea2b29ad8121ca82df82cdbc71f5b9d15d515) Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/persist_data.py')
-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