File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ public SQLiteConnection (SQLiteConnectionString connectionString)
337337 /// <summary>
338338 /// Enables the write ahead logging. WAL is significantly faster in most scenarios
339339 /// by providing better concurrency and better disk IO performance than the normal
340- /// jounral mode. You only need to call this function once in the lifetime of the database.
340+ /// journal mode. You only need to call this function once in the lifetime of the database.
341341 /// </summary>
342342 public void EnableWriteAheadLogging ( )
343343 {
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ public Task SetBusyTimeoutAsync (TimeSpan value)
129129 /// <summary>
130130 /// Enables the write ahead logging. WAL is significantly faster in most scenarios
131131 /// by providing better concurrency and better disk IO performance than the normal
132- /// jounral mode. You only need to call this function once in the lifetime of the database.
132+ /// journal mode. You only need to call this function once in the lifetime of the database.
133133 /// </summary>
134134 public Task EnableWriteAheadLoggingAsync ( )
135135 {
You can’t perform that action at this time.
0 commit comments