1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Fix a typo in a comment. Ticket #2348. (CVS 3966)

FossilOrigin-Name: c0dbac46301039246afd4bebb71dd8184fc5c0c7
This commit is contained in:
drh
2007-05-09 20:35:31 +00:00
parent b63f274589
commit 6fa51035c3
3 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
** file simultaneously, or one process from reading the database while
** another is writing.
**
** @(#) $Id: pager.c,v 1.339 2007/05/09 15:56:40 danielk1977 Exp $
** @(#) $Id: pager.c,v 1.340 2007/05/09 20:35:31 drh Exp $
*/
#ifndef SQLITE_OMIT_DISKIO
#include "sqliteInt.h"
@@ -2828,7 +2828,7 @@ static int pagerSharedLock(Pager *pPager){
** a codec is in use.
**
** There is a vanishingly small chance that a change will not be
** deteched. The chance of an undetected change is so small that
** detected. The chance of an undetected change is so small that
** it can be neglected.
*/
char dbFileVers[sizeof(pPager->dbFileVers)];