1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Fix a minor typo in a comment.

FossilOrigin-Name: 92c80af1129051c9eded8df170730ad6366b4f7715dead34c4364c8149d0dce9
This commit is contained in:
drh
2024-08-21 10:37:59 +00:00
parent 01972f55fe
commit 91937a6961
3 changed files with 8 additions and 8 deletions

View File

@@ -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++){