1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Fix a minor typo in a comment. No code changes.

FossilOrigin-Name: 607cfb5bc5c0fb8b789944c2326cfdebf0629e45fbf0a61dd5f667ed685a1bbe
This commit is contained in:
drh
2023-05-11 18:03:11 +00:00
parent 418d212308
commit 5ca40d84ad
3 changed files with 9 additions and 9 deletions

View File

@@ -7234,7 +7234,7 @@ int sqlite3Select(
pTabList->a[0].fg.jointype & JT_LTORJ);
}
/* No futher action if this term of the FROM clause is no a subquery */
/* No futher action if this term of the FROM clause is not a subquery */
if( pSub==0 ) continue;
/* Catch mismatch in the declared columns of a view and the number of