]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in a comment. Ticket #2348. (CVS 3966)
authordrh <drh@noemail.net>
Wed, 9 May 2007 20:35:31 +0000 (20:35 +0000)
committerdrh <drh@noemail.net>
Wed, 9 May 2007 20:35:31 +0000 (20:35 +0000)
FossilOrigin-Name: c0dbac46301039246afd4bebb71dd8184fc5c0c7

manifest
manifest.uuid
src/pager.c

index 90ccb1764630ddee3d20fe769f3338756accb2c5..9770082f85ba9e560f125b851c1af6d81fbbf498 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\sproblem\swith\sstrange\sexpressions\sbeing\sfed\sto\san\sATTACH\sor\sDETACH\nstatement.\s(CVS\s3965)
-D 2007-05-09T20:31:30
+C Fix\sa\stypo\sin\sa\scomment.\s\sTicket\s#2348.\s(CVS\s3966)
+D 2007-05-09T20:35:31
 F Makefile.in 87b200ad9970907f76df734d29dff3d294c10935
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -92,7 +92,7 @@ F src/os_unix.c cb1fb044b84870c7b1b8b2902e9d7be779f8b7ce
 F src/os_unix.h 5768d56d28240d3fe4537fac08cc85e4fb52279e
 F src/os_win.c 3b6169038101d06c54b4f04662bfd44b6cf2f289
 F src/os_win.h 41a946bea10f61c158ce8645e7646b29d44f122b
-F src/pager.c 42c77875451d04c149a27cea2bd4c917014ace4e
+F src/pager.c acfa86f50b71b7e289508b213bb88e68273d42a0
 F src/pager.h 94110a5570dca30d54a883e880a3633b2e4c05ae
 F src/parse.y fe7efcbf0ef1727cb2c08c1a10869b4ac9d5e71d
 F src/pragma.c 0703152b9edd6601eea95e1d474b3bc2962d7920
@@ -486,7 +486,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P e8e879aca67dee959bab42627028964c474da72f
-R d85fded0d2876aeef51189f8bdd48649
+P 0c91dc9ee0c5d441a7789b631476515260cb887f
+R 46e17a3ab70f103cc105842211d40f7b
 U drh
-Z 136b1067dae497c5894f3596fcc6c47e
+Z 79e08606393f6895398b258e63ee3fab
index 9f9bffd5b2dd73808084d809dd88e192bb665f90..c40c40f83816c763d19d8d6befd69285281c091c 100644 (file)
@@ -1 +1 @@
-0c91dc9ee0c5d441a7789b631476515260cb887f
\ No newline at end of file
+c0dbac46301039246afd4bebb71dd8184fc5c0c7
\ No newline at end of file
index 0cc99dcddd132f84b2be1ef99148907f6fc06c50..7e987de79a8cb0c531e43ea971cdef288639b1d8 100644 (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)];