From ed204d1f446338f2096c2f0c7130899a946888c2 Mon Sep 17 00:00:00 2001 From: drh Date: Wed, 28 Sep 2016 16:04:22 +0000 Subject: [PATCH] Fix typos in comments. No code changes. FossilOrigin-Name: 5bbd071d57a8048e2ca17bf97761e4f27fc5a6bf --- ext/session/sqlite3session.h | 4 ++-- manifest | 14 +++++++------- manifest.uuid | 2 +- src/vdbe.c | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ext/session/sqlite3session.h b/ext/session/sqlite3session.h index 140138f36d..2507347251 100644 --- a/ext/session/sqlite3session.h +++ b/ext/session/sqlite3session.h @@ -157,7 +157,7 @@ int sqlite3session_attach( ** CAPI3REF: Set a table filter on a Session Object. ** ** The second argument (xFilter) is the "filter callback". For changes to rows -** in tables that are not attached to the Session oject, the filter is called +** in tables that are not attached to the Session object, the filter is called ** to determine whether changes to the table's rows should be tracked or not. ** If xFilter returns 0, changes is not tracked. Note that once a table is ** attached, xFilter will not be called again. @@ -510,7 +510,7 @@ int sqlite3changeset_op( ** 0x01 if the corresponding column is part of the tables primary key, or ** 0x00 if it is not. ** -** If argumet pnCol is not NULL, then *pnCol is set to the number of columns +** If argument pnCol is not NULL, then *pnCol is set to the number of columns ** in the table. ** ** If this function is called when the iterator does not point to a valid diff --git a/manifest b/manifest index 80568850e0..8347c9b49c 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Update\srequirements\smarks\sdue\sto\simprovements\sin\sthe\swording\sof\sdocumentation.\nNo\schanges\sto\scode. -D 2016-09-27T00:09:33.561 +C Fix\stypos\sin\scomments.\s\sNo\scode\schanges. +D 2016-09-28T16:04:22.705 F Makefile.in 6fd48ffcf7c2deea7499062d1f3747f986c19678 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 5151cc64c4c05f3455f4f692ad11410a810d937f @@ -302,7 +302,7 @@ F ext/session/session_common.tcl 9b696a341cf1d3744823715ed92bb19749b6c3d4 F ext/session/sessionfault.test da273f2712b6411e85e71465a1733b8501dbf6f7 F ext/session/sessionfault2.test 04aa0bc9aa70ea43d8de82c4f648db4de1e990b0 F ext/session/sqlite3session.c 37485891b4add26cf61495df193c419f36556a32 -F ext/session/sqlite3session.h 7b9037818ee61f7429ca83e9866885ca6de5f764 +F ext/session/sqlite3session.h 7608f94340a6f7441cd6e618690644bb07b68127 F ext/session/test_session.c eb0bd6c1ea791c1d66ee4ef94c16500dad936386 F ext/userauth/sqlite3userauth.h 19cb6f0e31316d0ee4afdfb7a85ef9da3333a220 F ext/userauth/user-auth.txt e6641021a9210364665fe625d067617d03f27b04 @@ -453,7 +453,7 @@ F src/update.c 8179e699dbd45b92934fd02d3d8e3732e8da8802 F src/utf.c 699001c79f28e48e9bcdf8a463da029ea660540c F src/util.c 3e2da6101888d073e79ecc6af5e0a2f70fa1e498 F src/vacuum.c 913970b9d86dd6c2b8063ef1af421880f1464ec3 -F src/vdbe.c 8ceb206967b58ea5397d1c3255ac8bf3ad45dc4b +F src/vdbe.c 8b2e9f8846540ffcbda54d29172ed6ed1c8cb6d3 F src/vdbe.h c044be7050ac6bf596eecc6ab159f5dbc020a3b7 F src/vdbeInt.h d21f14721dd87975dc9e3bcdbf504f9c098cf611 F src/vdbeapi.c 794f80669e9e3b9b3edc78d80c15968985c7bf21 @@ -1525,7 +1525,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0 -P 0c8b9b211f4285e2ab77cf5e0820088ef10e05c4 -R 2790d47b3cb1c09143225834f9ceab40 +P bf903b2ecac5d7b25c9cc899cae41f1d69aafe4e +R 5c7411c7a827679142aabebf874123be U drh -Z fa709185b4fcfa4bfb5550b3343a5618 +Z 6ce2a81d24fa25965c47db489fd948d3 diff --git a/manifest.uuid b/manifest.uuid index b96c54fd42..065a325cc5 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -bf903b2ecac5d7b25c9cc899cae41f1d69aafe4e \ No newline at end of file +5bbd071d57a8048e2ca17bf97761e4f27fc5a6bf \ No newline at end of file diff --git a/src/vdbe.c b/src/vdbe.c index 915bf2dda0..5520ad7de7 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -4466,7 +4466,7 @@ case OP_InsertInt: { ** P1 must not be pseudo-table. It has to be a real table with ** multiple rows. ** -** If P4 is not NULL then it points to a Table struture. In this case either +** If P4 is not NULL then it points to a Table structure. In this case either ** the update or pre-update hook, or both, may be invoked. The P1 cursor must ** have been positioned using OP_NotFound prior to invoking this opcode in ** this case. Specifically, if one is configured, the pre-update hook is