]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo. Ticket #577. (CVS 1196)
authordrh <drh@noemail.net>
Thu, 22 Jan 2004 23:38:21 +0000 (23:38 +0000)
committerdrh <drh@noemail.net>
Thu, 22 Jan 2004 23:38:21 +0000 (23:38 +0000)
FossilOrigin-Name: 3dc951951947a9188ecba1b84e48c65e34c4df16

manifest
manifest.uuid
www/index.tcl

index f75f7472ee4fa57283029a7f3394e1e86f8c18dd..521ec18235f4e68dd6ec9a49e48ab3e1926f11fe 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\stest\sprograms,\san\sSQLITE_SCHEMA\sreturn\sis\sretried\srepeatedly,\snot\sjust\sonce.\s(CVS\s1195)
-D 2004-01-21T13:35:14
+C Fix\stypo.\s\sTicket\s#577.\s(CVS\s1196)
+D 2004-01-22T23:38:22
 F Makefile.in 0515ff9218ad8d5a8f6220f0494b8ef94c67013b
 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -169,7 +169,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
 F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b
 F www/fileformat.tcl 56f77e435a6306b337b20b416e3b89500ba2d029
 F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983
-F www/index.tcl 2e864feb4a0021ca6fda9d1828d8752c48338361
+F www/index.tcl b31c15e1b8bffea9a16793bc88d712a9dbbf3d8e
 F www/lang.tcl 6cb027f5483aa831752daeef0c946111af303713
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl 38117d24afb81efd079b59723b985a6d654cc2e8
@@ -180,7 +180,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3
 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604
 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da
 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1
-P c32a80fe3cd6dda5238e59bd48d9dd22b4856304
-R 4d8fa9f54561a82dbb49a8719308efd1
+P df3509e13dc05751b7a5af07b57bca449fe5244c
+R a1c0ec9ce95261bea04d82449f802c30
 U drh
-Z 55a8ac8469bebdf209e75053490d54ae
+Z 57b555ec3a70e65302149e827f2f3589
index afdb1d855ff7a83583c60dbeb8eea368035f84dc..09ac4c5902a8c58a0efe963465e14601fd2ed8a1 100644 (file)
@@ -1 +1 @@
-df3509e13dc05751b7a5af07b57bca449fe5244c
\ No newline at end of file
+3dc951951947a9188ecba1b84e48c65e34c4df16
\ No newline at end of file
index 0a7f943e2d1814630a45167afe7395e42f7134d3..e438156f4c9ed265cad8a896fe9e6111b5f9393f 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the index.html file.
 #
-set rcsid {$Id: index.tcl,v 1.80 2003/12/15 17:51:19 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.81 2004/01/22 23:38:22 drh Exp $}
 
 puts {<html>
 <head><title>SQLite: An Embeddable SQL Database Engine</title></head>
@@ -198,7 +198,7 @@ $ make test                  <i> Optional: run regression tests </i>
 
 <p>If you prefer, you can also build by making whatever modifications
 you desire to the file "Makefile.linux-gcc" and then executing that
-makefile.  Tha latter method is used for all official development
+makefile.  The latter method is used for all official development
 and testing of SQLite and for building the precompiled
 binaries found on this website.  Windows binaries are generated by
 cross-compiling from Linux using <a href="http://www.mingw.org/">MinGW</a></p>