Fix a typo in the FAQ. (CVS 2912)

FossilOrigin-Name: 5be03a361d9292ccdf311372be6add29ade4dd04
This commit is contained in:
drh 2006-01-10 23:00:41 +00:00
parent 02d9eca53f
commit 36d54c1ba5
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Fix\sbug\sin\sthe\sserver1\stest\sscript.\s(CVS\s2911)
D 2006-01-10T20:36:40
C Fix\sa\stypo\sin\sthe\sFAQ.\s(CVS\s2912)
D 2006-01-10T23:00:42
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 eb7fb7b7242ccfec65820f01b94d0d83956236c1
F www/faq.tcl 82edcb9861cdf283cb143a51bd7d36c167c22ea5
F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
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 e6e6750c24dc8b87be96bdc0e93254d7f0700543
R 49a5607db3d0468e3f8a84a3544f61fc
P 25db22b6711590214f4f953e6e3cf6be2d7451db
R d48a4c648f0220e653566c58ebdc11a0
U drh
Z 596386da0eae24b859c010c9364f72a2
Z 99149940f874e469da65b843b8bd5846

View File

@ -1 +1 @@
25db22b6711590214f4f953e6e3cf6be2d7451db
5be03a361d9292ccdf311372be6add29ade4dd04

View File

@ -1,7 +1,7 @@
#
# Run this script to generated a faq.html output file
#
set rcsid {$Id: faq.tcl,v 1.31 2005/09/17 02:34:05 drh Exp $}
set rcsid {$Id: faq.tcl,v 1.32 2006/01/10 23:00:42 drh Exp $}
source common.tcl
header {SQLite Frequently Asked Questions</title>}
@ -318,7 +318,7 @@ faq {
faq {
Does SQLite support a BLOB type?
} {
<p>SQLite versions 3.0 and leter let you puts BLOB data into any column, even
<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>
}