From: drh <> Date: Tue, 5 Oct 2021 22:51:26 +0000 (+0000) Subject: Fix a harmless typo in a comment. X-Git-Tag: version-3.37.0~156 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87463963851d87881520aae2409ecb09728839f3;p=thirdparty%2Fsqlite.git Fix a harmless typo in a comment. [forum:/forumpost/218c116fdf|forum post 218c116fdf]. FossilOrigin-Name: 8ca0c7d826622c9660ecbd9664eba2bac9bb1b850f96f35d6c959d0acde2309b --- diff --git a/manifest b/manifest index 53b4e28fb4..dd22b20dfb 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Fix\sharmless\scompiler\swarnings,\smostly\scaused\sby\sprior\sefforts\sto\sget\sstatic\nanalyzers\sto\srun\swithout\swarnings. -D 2021-10-05T18:59:05.694 +C Fix\sa\sharmless\stypo\sin\sa\scomment.\s\n[forum:/forumpost/218c116fdf|forum\spost\s218c116fdf]. +D 2021-10-05T22:51:26.698 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724 @@ -490,7 +490,7 @@ F src/auth.c f4fa91b6a90bbc8e0d0f738aa284551739c9543a367071f55574681e0f24f8cf F src/backup.c 3014889fa06e20e6adfa0d07b60097eec1f6e5b06671625f476a714d2356513d F src/bitvec.c 7c849aac407230278445cb069bebc5f89bf2ddd87c5ed9459b070a9175707b3d F src/btmutex.c 8acc2f464ee76324bf13310df5692a262b801808984c1b79defb2503bbafadb6 -F src/btree.c 57c2ac124795303fb2358c29dcadbb9de67cf34b16896a555f2abdb5fd68833c +F src/btree.c 15b8bdbcf4c26ca15ec420e8da440a6d170669ac2f3735deb1668d9f3284129e F src/btree.h 74d64b8f28cfa4a894d14d4ed64fa432cd697b98b61708d4351482ae15913e22 F src/btreeInt.h 7bc15a24a02662409ebcd6aeaa1065522d14b7fda71573a2b0568b458f514ae0 F src/build.c ee6941680fa2ab0461d9be145a546f8659f6543af643ace0b44d08abdf85e001 @@ -1929,7 +1929,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 a7835bead85b1b18a8affd9835240b0baf9c7af887196bbdcc3f5d58055042fc -R 871647754fe41cfc5412c921cfce84b1 +P cddd3b382a118bb16be3a602ae711fe2c2a7d1c673dd30dd3977b67ee555e666 +R 66ab677fa1633c50595275342f29b7c2 U drh -Z 3eedb87d416452f83d5f1c6ef06cbe58 +Z f208508751d7387f0db721ec9058f7f0 diff --git a/manifest.uuid b/manifest.uuid index c22d9436a3..4429e69f8e 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -cddd3b382a118bb16be3a602ae711fe2c2a7d1c673dd30dd3977b67ee555e666 \ No newline at end of file +8ca0c7d826622c9660ecbd9664eba2bac9bb1b850f96f35d6c959d0acde2309b \ No newline at end of file diff --git a/src/btree.c b/src/btree.c index 5d03ea80f5..fc1642a66a 100644 --- a/src/btree.c +++ b/src/btree.c @@ -8500,7 +8500,7 @@ static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ ** Return SQLITE_CORRUPT if any cursor other than pCur is currently valid ** on the same B-tree as pCur. ** -** This can if a database is corrupt with two or more SQL tables +** This can occur if a database is corrupt with two or more SQL tables ** pointing to the same b-tree. If an insert occurs on one SQL table ** and causes a BEFORE TRIGGER to do a secondary insert on the other SQL ** table linked to the same b-tree. If the secondary insert causes a