]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo noted by #1599. (CVS 2916)
authordanielk1977 <danielk1977@noemail.net>
Wed, 11 Jan 2006 05:49:50 +0000 (05:49 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Wed, 11 Jan 2006 05:49:50 +0000 (05:49 +0000)
FossilOrigin-Name: 1b368c7c5ca7974e0975dc4e3c931680c9e8df1f

manifest
manifest.uuid
www/faq.tcl

index 91fb366281076dca51677b7c6b8c811fc2895656..34602a8057438bc29bd9aa477f4230c0b73abdd0 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Version\s3.3.0\s(alpha)\s(CVS\s2915)
-D 2006-01-11T01:28:30
+C Fix\stypo\snoted\sby\s#1599.\s(CVS\s2916)
+D 2006-01-11T05:49:50
 F Makefile.in ab3ffd8d469cef4477257169b82810030a6bb967
 F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -312,7 +312,7 @@ F www/direct1b.gif 32b48b764244817b6b591898dc52a04299a7b8a7
 F www/docs.tcl 4e2d716f004cc4c4dae773206ed58f50d4468a87
 F www/download.tcl d56a1c30b1c3c18f62926a806179976eb133ce94
 F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c
-F www/faq.tcl f048b67fb6f90f6e97bbbda226a41e11a906cf04
+F www/faq.tcl ac2a8b0cc13d8697ebf90d1bce63c089c0149633
 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl f4f5f32205c0a70d07784f7bf9ce33ed34bfcbf3
 F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
@@ -340,7 +340,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 9258931a80e0dac78b015e1e200d1291a6177320
-R 8230869593825d789f66af206d27b9ff
-U drh
-Z 18ac7fdf331bf88bc8fa45eaa891b2e5
+P 59a7a56c1bba84b5c60a2f3e25bf51d933075aaf
+R c2e57d06b8aad90e5d4817eb22be0455
+U danielk1977
+Z 4e9d5528a047a73ba151041fd7b20eeb
index fd2c9346dadf8da8ae6a3f22a2b091547216eddb..8a876aefd94ed5a812bec27e35438284325902ba 100644 (file)
@@ -1 +1 @@
-59a7a56c1bba84b5c60a2f3e25bf51d933075aaf
\ No newline at end of file
+1b368c7c5ca7974e0975dc4e3c931680c9e8df1f
\ No newline at end of file
index f41e006c82b1a26d40ab32710ca662e8df1add51..739b1043c216ba1db60e0a1db70fb874177b9dba 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this script to generated a faq.html output file
 #
-set rcsid {$Id: faq.tcl,v 1.33 2006/01/11 01:08:34 drh Exp $}
+set rcsid {$Id: faq.tcl,v 1.34 2006/01/11 05:49:50 danielk1977 Exp $}
 source common.tcl
 header {SQLite Frequently Asked Questions</title>}
 
@@ -324,8 +324,8 @@ faq {
 faq {
   Does SQLite support a BLOB type?
 } {
-  <p>SQLite versions 3.0 and later let you puts BLOB data into any column, even
-  columns that are declared to hold some other type.</p>
+  <p>SQLite versions 3.0 and later allow you to store BLOB data in any 
+  column, even columns that are declared to hold some other type.</p>
 }
 
 faq {