File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ class Database;
2323 * @brief RAII encapsulation of a SQLite Savepoint.
2424 *
2525 * A Savepoint is a way to group multiple SQL statements into an atomic
26- * secureced operation; either it succeeds, with all the changes commited to the
26+ * secure operation; either it succeeds, with all the changes committed to the
2727 * database file, or if it fails, all the changes are rolled back to the initial
2828 * state at the start of the savepoint.
2929 *
@@ -39,7 +39,7 @@ class Database;
3939 * savepoint to be rolled back.
4040 *
4141 * 3) This savepoint is not saved to the database until this and all savepoints
42- * or transaction in the savepoint stack have been released or commited .
42+ * or transaction in the savepoint stack have been released or committed .
4343 *
4444 * See also: https://sqlite.org/lang_savepoint.html
4545 *
You can’t perform that action at this time.
0 commit comments