Skip to content
Snippets Groups Projects
Unverified Commit 96a189de authored by Daniel García's avatar Daniel García Committed by GitHub
Browse files

Merge pull request #803 from aeolyus/master

Minor typo conect -> connect
parents 8c229920 d592323e
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ fn check_db() {
// Turn on WAL in SQLite
if CONFIG.enable_db_wal() {
use diesel::RunQueryDsl;
let connection = db::get_connection().expect("Can't conect to DB");
let connection = db::get_connection().expect("Can't connect to DB");
diesel::sql_query("PRAGMA journal_mode=wal")
.execute(&connection)
.expect("Failed to turn on WAL");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment