1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Fix typo in comment. Skip tests added by check-in [4761db83b6] when running on Windows.

FossilOrigin-Name: 468a389cdc8b6f92c77b11f682e210ad8cce7e3dbc0df308a898f4115e85fce2
This commit is contained in:
mistachkin
2018-02-07 18:45:00 +00:00
parent eab0e10304
commit b189e4101c
4 changed files with 12 additions and 10 deletions

View File

@@ -4103,7 +4103,7 @@ static void pagerFreeMapHdrs(Pager *pPager){
}
/* Verify that the database file has not be deleted or renamed out from
** under the pager. Return SQLITE_OK if the database is still were it ought
** under the pager. Return SQLITE_OK if the database is still where it ought
** to be on disk. Return non-zero (SQLITE_READONLY_DBMOVED or some other error
** code from sqlite3OsAccess()) if the database has gone missing.
*/