Skip to content

Commit 483ba78

Browse files
Paulzauguin
authored andcommitted
Fix typo, save -> safe
1 parent d6f4070 commit 483ba78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Shared Connections
153153
----
154154
If you need the handle to the database connection to execute sqlite3 commands directly you can get a managed shared_ptr to it, so it will not close as long as you have a referenc to it.
155155

156-
Take this example on how to deal with a database backup using SQLITEs own functions in a save and modern way.
156+
Take this example on how to deal with a database backup using SQLITEs own functions in a safe and modern way.
157157
```c++
158158
try {
159159
database backup("backup"); //Open the database file we want to backup to

0 commit comments

Comments
 (0)