]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in speed.html. (CVS 1007)
authordrh <drh@noemail.net>
Thu, 5 Jun 2003 15:05:34 +0000 (15:05 +0000)
committerdrh <drh@noemail.net>
Thu, 5 Jun 2003 15:05:34 +0000 (15:05 +0000)
FossilOrigin-Name: d01e6fbdde314f2edfcd43fcda3dc8bedb6bf2ba

manifest
manifest.uuid
www/speed.tcl

index 9003c78fde40958eff362310afffcaa19bdf4a0e..8821228d05e8ee917c3a7de1df6df88b3948baa7 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\sunused\scode\sfrom\sutil.c.\s(CVS\s1006)
-D 2003-06-05T14:27:56
+C Fix\sa\stypo\sin\sspeed.html.\s(CVS\s1007)
+D 2003-06-05T15:05:35
 F Makefile.in 1ff85c27d4350c74118341024e8a4fb2a04a3a43
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -161,11 +161,11 @@ F www/nulls.tcl 29497dac2bc5b437aa7e2e94577dad4d8933ed26
 F www/omitted.tcl 118062f40a203fcb88b8d68ef1d7c0073ac191ec
 F www/opcode.tcl 1ff274b0ca7c8a60f7b231a47e4e95cfc3b2873d
 F www/quickstart.tcl 4e97bef825e6a4153c43afb9f97235fc4da278ab
-F www/speed.tcl cb4c10a722614aea76d2c51f32ee43400d5951be
+F www/speed.tcl 296cc5632d069b56d3ef5409ca0df90f486c10fb
 F www/sqlite.tcl 4bd1729e320f5fa9125f0022b281fbe839192125
 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331
 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218
-P af6f2bdf59fb621ff3e1d061e429f01ebd7d0b42
-R 23537f7b325631f9a84ccee7dc37dfd8
+P 1bcaa841a396e4d592de30d10846f7cefbbdcd0e
+R 153745ab98bc187ead9120d15632c3e2
 U drh
-Z e1539ac99c912a1f3368ac10a6ba549b
+Z d9aa6c60314c53d81452a52dca08849f
index 53f55db3203e655851fbc45256b274f70d241bb1..19b2784c403f692700a39e3db7d4e59b482d1444 100644 (file)
@@ -1 +1 @@
-1bcaa841a396e4d592de30d10846f7cefbbdcd0e
\ No newline at end of file
+d01e6fbdde314f2edfcd43fcda3dc8bedb6bf2ba
\ No newline at end of file
index fa9934b0d50bd64776c61c5214dca0a538d42bc9..79dae87a73740ff888b0ac26a97164e36d8aadd1 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this Tcl script to generate the speed.html file.
 #
-set rcsid {$Id: speed.tcl,v 1.11 2003/02/16 22:36:03 drh Exp $ }
+set rcsid {$Id: speed.tcl,v 1.12 2003/06/05 15:05:35 drh Exp $ }
 
 puts {<html>
 <head>
@@ -37,7 +37,7 @@ conclusions drawn from these experiments:
 </p></li>
 <li><p>
   SQLite does not execute CREATE INDEX or DROP TABLE as fast as
-  the other databases.  But this as not seen is a problem because
+  the other databases.  But this is not seen as a problem because
   those are infrequent operations.
 </p></li>
 <li><p>