Skip to content

Commit

Permalink
Fix a minor typo in a comment.
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 92c80af1129051c9eded8df170730ad6366b4f7715dead34c4364c8149d0dce9
  • Loading branch information
drh committed Aug 21, 2024
1 parent 01972f5 commit 91937a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions manifest
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
C Improvements\sto\streetrace\soutput\sfor\ssubqueries.\s\sDebug\scode\sonly.
D 2024-08-21T10:32:00.693
C Fix\sa\sminor\stypo\sin\sa\scomment.
D 2024-08-21T10:37:59.175
F .fossil-settings/empty-dirs dbb81e8fc0401ac46a1491ab34a7f2c7c0452f2f06b54ebb845d024ca8283ef1
F .fossil-settings/ignore-glob 35175cdfcf539b2318cb04a9901442804be81cd677d8b889fcc9149c21f239ea
F LICENSE.md df5091916dbb40e6e9686186587125e1b2ff51f022cc334e886c19a0e9982724
Expand Down Expand Up @@ -764,7 +764,7 @@ F src/printf.c 6a87534ebfb9e5346011191b1f3a7ebc457f5938c7e4feeea478ecf53f6a41b2
F src/random.c 606b00941a1d7dd09c381d3279a058d771f406c5213c9932bbd93d5587be4b9c
F src/resolve.c 9afed5fd7b9111633bdb74a73cdc47324e28e4dc6c27113e3e9aee38fb9422ab
F src/rowset.c 8432130e6c344b3401a8874c3cb49fefe6873fec593294de077afea2dce5ec97
F src/select.c 44d135bbea93872a7318f048d9d6e566b1c3eaa92d6dabe06e4741aa78d1c1ec
F src/select.c 534eccfb8e3879cc54d93a55ca5118cf72ed9c5337456c217cc0424da33b87a7
F src/shell.c.in fb7fe0a39473e7a3ad5ad7076ff49d87aa8ed7fdd98a1595345747ac5d78ac2b
F src/sqlite.h.in 1ad9110150773c38ebababbad11b5cb361bcd3997676dec1c91ac5e0416a7b86
F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
Expand Down Expand Up @@ -2210,8 +2210,8 @@ F vsixtest/vsixtest.tcl 6195aba1f12a5e10efc2b8c0009532167be5e301abe5b31385638080
F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
P fd5904495e0c775174f9380bc6877fb9def3d30dec1c9315979ad4503a18d70b
R 9b61fbb833ee0abcfc996b0de63e571b
P 0a835d18d9063b17a1d506fd989ebcf7f0d76593978a3bd5981be59618335f21
R 3a629ede216b591a2dde1a6c7535f80d
U drh
Z 56e8c0285d76008f8c95bfad3d078586
Z d8ab38fee62be945af061484336e5eb9
# Remove this line to create a well-formed Fossil manifest.
2 changes: 1 addition & 1 deletion manifest.uuid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0a835d18d9063b17a1d506fd989ebcf7f0d76593978a3bd5981be59618335f21
92c80af1129051c9eded8df170730ad6366b4f7715dead34c4364c8149d0dce9
2 changes: 1 addition & 1 deletion src/select.c
Original file line number Diff line number Diff line change
Expand Up @@ -7696,7 +7696,7 @@ int sqlite3Select(
}

/* For each term in the FROM clause, do two things:
** (1) Authorized unreferenced tables
** (1) Authorize unreferenced tables
** (2) Generate code for all sub-queries
*/
for(i=0; i<pTabList->nSrc; i++){
Expand Down

0 comments on commit 91937a6

Please sign in to comment.