diff --git a/libraries/sqlite/shell.c b/libraries/sqlite/shell.c index 1236b12..ed72bdf 100644 --- a/libraries/sqlite/shell.c +++ b/libraries/sqlite/shell.c @@ -2726,7 +2726,7 @@ static int shell_exec( if( zStmtSql==0 ) zStmtSql = ""; while( IsSpace(zStmtSql[0]) ) zStmtSql++; - /* save off the prepared statment handle and reset row count */ + /* save off the prepared statement handle and reset row count */ if( pArg ){ pArg->pStmt = pStmt; pArg->cnt = 0; diff --git a/libraries/sqlite/sqlite3.c b/libraries/sqlite/sqlite3.c index af83f89..5564c06 100644 --- a/libraries/sqlite/sqlite3.c +++ b/libraries/sqlite/sqlite3.c @@ -118842,7 +118842,7 @@ SQLITE_PRIVATE void sqlite3SelectWrongNumTermsError(Parse *pParse, Select *p){ /* ** Code an output subroutine for a coroutine implementation of a -** SELECT statment. +** SELECT statement. ** ** The data to be output is contained in pIn->iSdst. There are ** pIn->nSdst columns to be output. pDest is where the output should