]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a minor typo in a comment in the json module.
authordrh <>
Wed, 6 May 2026 19:13:21 +0000 (19:13 +0000)
committerdrh <>
Wed, 6 May 2026 19:13:21 +0000 (19:13 +0000)
FossilOrigin-Name: 5c6d3e9d83af94234f67b06bd23c4eb0178a80c74c39be4945b3282244630020

manifest
manifest.uuid
src/json.c

index e077275e79449059d9da784b63d75db6512fd563..0effdc537cdea7205b732fb558911c8783293064 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Minor\sinternal\sdoc\stypo\sfixes.
-D 2026-05-06T06:57:42.039
+C Fix\sa\sminor\stypo\sin\sa\scomment\sin\sthe\sjson\smodule.
+D 2026-05-06T19:13:21.357
 F .fossil-settings/binary-glob 61195414528fb3ea9693577e1980230d78a1f8b0a54c78cf1b9b24d0a409ed6a x
 F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
 F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
@@ -696,7 +696,7 @@ F src/hash.h 46b92795a95bfefb210f52f0c316e9d7cdbcdd7e7fcfb0d8be796d3a5767cddf
 F src/hwtime.h 21c2cf1f736e7b97502c3674d0c386db3f06870d6f10d0cf8174e2a4b8cb726e
 F src/in-operator.md 10cd8f4bcd225a32518407c2fb2484089112fd71
 F src/insert.c 77aa90e7ddbebf131c5de504854b5a61c25b11d53580649fb375b23752793651
-F src/json.c 5027b856cd9b621dc9ba66b211e21a440ccdc63cefdefb44c51e7d3ac550d1a4
+F src/json.c ed93368fab7943a4822bc179fd914e63f5a2a18d6ef429c16ac49ea13eaffd49
 F src/legacy.c d7874bc885906868cd51e6c2156698f2754f02d9eee1bae2d687323c3ca8e5aa
 F src/loadext.c 78d5b06f18996ffa1203129b28fea043f63a87a4117539678f1d761c30b4ff65
 F src/main.c 6180079f53ccdd784df2eddc3751f49ea7153c5959bee792b19ad9f4bdbcf437
@@ -2203,8 +2203,8 @@ F tool/warnings-clang.sh bbf6a1e685e534c92ec2bfba5b1745f34fb6f0bc2a362850723a9ee
 F tool/warnings.sh a554d13f6e5cf3760f041b87939e3d616ec6961859c3245e8ef701d1eafc2ca2
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
 F tool/winmain.c 00c8fb88e365c9017db14c73d3c78af62194d9644feaf60e220ab0f411f3604c
-P cbb9f7bcd04c586d523192f32c0ce7dcec72a76bb9a9c3b67fcde1f9e79f7218
-R 0b342b105d6df0e33486127a48aae790
-U stephan
-Z d6120d3aebad6a9331f1e26217cf99de
+P d588680240a7f4395f2ef52dd78635de66120a677a41a28ceb96921b3333973d
+R 0496dadfbf0d51d742a60ee63be334df
+U drh
+Z 93465120da68ecf990bab50fe9969894
 # Remove this line to create a well-formed Fossil manifest.
index 68c6fa50cf19a2296a2bc389688940512767985a..99be39db190c9381e36012af874f425d349cb1ed 100644 (file)
@@ -1 +1 @@
-d588680240a7f4395f2ef52dd78635de66120a677a41a28ceb96921b3333973d
+5c6d3e9d83af94234f67b06bd23c4eb0178a80c74c39be4945b3282244630020
index f3d5aadcf7d6a410c2f1a09ba65526df7187e67a..8bd667191764932bb6d31c865559f8adf0bd0220 100644 (file)
@@ -2340,7 +2340,7 @@ static u32 jsonTranslateBlobToText(
             break;
           case 0xe2:
             /* '\' followed by either U+2028 or U+2029 is ignored as
-            ** whitespace.  Not that in UTF8, U+2028 is 0xe2 0x80 0x29.
+            ** whitespace.  Note that in UTF8, U+2028 is 0xe2 0x80 0x29.
             ** U+2029 is the same except for the last byte */
             if( sz2<4
              || 0x80!=(u8)zIn[2]