diff options
author | peter.d.reid <peter.d.reid@noemail.net> | 2014-09-06 16:39:46 +0000 |
---|---|---|
committer | peter.d.reid <peter.d.reid@noemail.net> | 2014-09-06 16:39:46 +0000 |
commit | 60ec914c74ec79e4b73c004d1c21330be7916c99 (patch) | |
tree | 161a67068bbeecedccf7a6bb0e0f82ea2d86a6d2 /src/test_schema.c | |
parent | 60da72741ab642bd590480a397dead6a581000d3 (diff) | |
download | sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.tar.gz sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.zip |
Fix typos in comments. No code changes.
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
Diffstat (limited to 'src/test_schema.c')
-rw-r--r-- | src/test_schema.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test_schema.c b/src/test_schema.c index 00a9f4dd9..4ee18193b 100644 --- a/src/test_schema.c +++ b/src/test_schema.c @@ -189,7 +189,7 @@ static int schemaNext(sqlite3_vtab_cursor *cur){ /* Set zSql to the SQL to pull the list of tables from the ** sqlite_master (or sqlite_temp_master) table of the database - ** identfied by the row pointed to by the SQL statement pCur->pDbList + ** identified by the row pointed to by the SQL statement pCur->pDbList ** (iterating through a "PRAGMA database_list;" statement). */ if( sqlite3_column_int(pCur->pDbList, 0)==1 ){ |