diff options
author | drh <drh@noemail.net> | 2019-03-29 11:48:10 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2019-03-29 11:48:10 +0000 |
commit | a920b209ffd83fb080e1a335e4b6e99b6168c4ca (patch) | |
tree | 63e8808f1f8b86fcabe3b97874c412fbc2e17e91 /ext/session/sqlite3session.c | |
parent | d137f4e6e5b7d7715a0a752c88dd4af533f9b352 (diff) | |
download | sqlite-a920b209ffd83fb080e1a335e4b6e99b6168c4ca.tar.gz sqlite-a920b209ffd83fb080e1a335e4b6e99b6168c4ca.zip |
Fix typos in the comments of the sessions extension, one of which affects
the generated documentation. No code changes.
FossilOrigin-Name: 040d5d515bcb37bea05e0d156dbaf066c68052ac574f1b0b2cb118d473a353e0
Diffstat (limited to 'ext/session/sqlite3session.c')
-rw-r--r-- | ext/session/sqlite3session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/sqlite3session.c b/ext/session/sqlite3session.c index 6f722bab3..7c49385f2 100644 --- a/ext/session/sqlite3session.c +++ b/ext/session/sqlite3session.c @@ -3862,7 +3862,7 @@ static int sessionSeekToRow( } /* -** This function is called from within sqlite3changset_apply_v2() when +** This function is called from within sqlite3changeset_apply_v2() when ** a conflict is encountered and resolved using conflict resolution ** mode eType (either SQLITE_CHANGESET_OMIT or SQLITE_CHANGESET_REPLACE).. ** It adds a conflict resolution record to the buffer in |