Fix typo in the tag-20240123-a in a comment.

FossilOrigin-Name: 1f09541eb4203ccce476f6040ff134353850f22f07fb84f96a1d2c27b304a91b
This commit is contained in:
drh 2024-01-23 13:28:21 +00:00
parent e318f10ce2
commit 6bb8ce6375
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C If\sa\sBLOB\slooks\slike\sJSON\swhen\scast\sto\stext,\sthen\streat\sit\sas\sif\sit\sreally\nwere\sJSON.\s\sThis\sreplicates\sa\slong-standing\sbug\sin\sthe\sJSON\sprocessing\nroutines,\sand\sthereby\savoids\sbreaking\slegacy.
D 2024-01-23T13:21:40.846
C Fix\stypo\sin\sthe\stag-20240123-a\sin\sa\scomment.
D 2024-01-23T13:28:21.325
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
@ -698,7 +698,7 @@ F src/hash.h 3340ab6e1d13e725571d7cee6d3e3135f0779a7d8e76a9ce0a85971fa3953c51
F src/hwtime.h f9c2dfb84dce7acf95ce6d289e46f5f9d3d1afd328e53da8f8e9008e3b3caae6
F src/in-operator.md 10cd8f4bcd225a32518407c2fb2484089112fd71
F src/insert.c 3f0a94082d978bbdd33c38fefea15346c6c6bffb70bc645a71dc0f1f87dd3276
F src/json.c 14563eed12fdf0753eb8df2a72480a626335ab4467bc4dfdf15f9652f11ae1b8
F src/json.c b2189995bb2f5eeac20a0282983cc82198fc77f9429708468ba360bbacb6fa80
F src/legacy.c d7874bc885906868cd51e6c2156698f2754f02d9eee1bae2d687323c3ca8e5aa
F src/loadext.c 7432c944ff197046d67a1207790a1b13eec4548c85a9457eb0896bb3641dfb36
F src/main.c 438b95162acfa17b7d218f586f5bde11d6ae82bcf030c9611fc537556870ad6b
@ -2160,8 +2160,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 65572223583d43e1d61ec029641f9d3ff340e68ecfba8342c8d1b0a91a680f2a
R d924d06eebab83ae665aafd4e67b28da
P d79a37690ce7ebb91df203170d73511da44546328043c2b3fe1786b2f0087093
R daf98ef3cd5515173b41dfefd789b29a
U drh
Z 70b17e73c0bc74c502f8785eed06d844
Z 73f4e47cde19088f6970a061f009bfef
# Remove this line to create a well-formed Fossil manifest.

View File

@ -1 +1 @@
d79a37690ce7ebb91df203170d73511da44546328043c2b3fe1786b2f0087093
1f09541eb4203ccce476f6040ff134353850f22f07fb84f96a1d2c27b304a91b

View File

@ -4317,7 +4317,7 @@ static void jsonValidFunc(
break;
}
/* Fall through into interpreting the input as text. See note
** above at tag-20240124-a. */
** above at tag-20240123-a. */
/* no break */ deliberate_fall_through
}
default: {