Skip to content

Commit 8509d0d

Browse files
committed
fix typo
1 parent a8ae026 commit 8509d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/SQLiteCpp/Savepoint.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)