]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix another harmless comment typo that causes a typo in the documentation.
authordrh <>
Wed, 10 Aug 2022 18:40:43 +0000 (18:40 +0000)
committerdrh <>
Wed, 10 Aug 2022 18:40:43 +0000 (18:40 +0000)
FossilOrigin-Name: bb084adb53386d8e52ca1e818a8322d2ec641b73fd8568cee01cc74c0ee9f265

manifest
manifest.uuid
src/vdbe.c

index 3cb11a7a1c73097c0d45fd8ce5aeeefe85f19914..ffd7ea4a7d390632229d03e731eac04ad6184135 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\s(harmless)\sduplicate\swords\sin\scomments\sused\sto\sgenerate\sparts\sof\sthe\ndocumentation.\s\s[forum:/forumpost/54abbe9ccd|forum\spost\s54abbe9ccd]
-D 2022-08-10T18:33:57.196
+C Fix\sanother\sharmless\scomment\stypo\sthat\scauses\sa\stypo\sin\sthe\sdocumentation.
+D 2022-08-10T18:40:43.400
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
 F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@@ -643,7 +643,7 @@ F src/upsert.c 8789047a8f0a601ea42fa0256d1ba3190c13746b6ba940fe2d25643a7e991937
 F src/utf.c ee39565f0843775cc2c81135751ddd93eceb91a673ea2c57f61c76f288b041a0
 F src/util.c 602fe229f32a96ceccae4f40824129669582096f7c355f53dbac156c9fecef23
 F src/vacuum.c bb346170b0b54c6683bba4a5983aea40485597fdf605c87ec8bc2e199fe88cd8
-F src/vdbe.c 81e2febe73f3db6d1ce5be29d30c4667d5fab9f6eae892ad7c80808f1af0c2bb
+F src/vdbe.c 4e57ac969bb2252598024ee3ebcb0885cb7976f1606e2bd77975a506da93ed50
 F src/vdbe.h 64619af62603dc3c4f5ff6ff6d2c8f389abd667a29ce6007ed44bd22b3211cd0
 F src/vdbeInt.h 2cad0aeeb106371ed0e0946bab89f60627087068847afc2451c05056961c18da
 F src/vdbeapi.c 4cfbf7ec3ed60366a38655f3f10316c5a3d68f6d4d06e462f88679392611c756
@@ -1982,8 +1982,8 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 5e1b8221c385deb04a3ff5aafb2e9fc55aecc6ffc68328674e3afe56c4273e29
-R 184cb02d6eaa8739626257f31cfd353b
+P b5e4f0db09ff7790862357df3c6fd38a2dcdfc82ff51b9f0d9470517648c844d
+R eaac50c574dee6cdda4672150249af55
 U drh
-Z 615ed521719d927c6d7b5277ab1598a1
+Z 30c21cc0e98d29fef6fd9de3bc3b538c
 # Remove this line to create a well-formed Fossil manifest.
index 992a5688106aa7c0af8823c3e116a4a4596db5c8..bee896b50b4867c7bc283b5dbacf194beb4de5d0 100644 (file)
@@ -1 +1 @@
-b5e4f0db09ff7790862357df3c6fd38a2dcdfc82ff51b9f0d9470517648c844d
\ No newline at end of file
+bb084adb53386d8e52ca1e818a8322d2ec641b73fd8568cee01cc74c0ee9f265
\ No newline at end of file
index 131a52f14daf2442995a59d2f1f01529a0e61aa4..2935d34d514f6484572f35444074488e6768ac3c 100644 (file)
@@ -4757,7 +4757,7 @@ seek_not_found:
 **      sqlite3BtreeNext() calls, then jump to This.P2, which will land just
 **      past the OP_IdxGT or OP_IdxGE opcode that follows the OP_SeekGE.
 **
-** <li> If the cursor ends up past the target row (indicating the the target
+** <li> If the cursor ends up past the target row (indicating that the target
 **      row does not exist in the btree) then jump to SeekOP.P2. 
 ** </ol>
 */