Skip to content

Commit 14215f3

Browse files
authored
Fixed Spelling Jounral -> Journal
1 parent d9f2ff2 commit 14215f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SQLite.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)