We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f2ff2 commit 14215f3Copy full SHA for 14215f3
src/SQLite.cs
@@ -337,7 +337,7 @@ public SQLiteConnection (SQLiteConnectionString connectionString)
337
/// <summary>
338
/// Enables the write ahead logging. WAL is significantly faster in most scenarios
339
/// 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.
+ /// journal mode. You only need to call this function once in the lifetime of the database.
341
/// </summary>
342
public void EnableWriteAheadLogging()
343
{
0 commit comments