Skip to content

Commit eb917c2

Browse files
authored
Merge pull request #908 from LuckyDucko/patch-1
Spelling update on Journal
2 parents a8672e7 + 14215f3 commit eb917c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
{

src/SQLiteAsync.cs

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

0 commit comments

Comments
 (0)