]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typos in web documentation. Tickets #770 and #771. (CVS 1668)
authordrh <drh@noemail.net>
Tue, 22 Jun 2004 14:57:53 +0000 (14:57 +0000)
committerdrh <drh@noemail.net>
Tue, 22 Jun 2004 14:57:53 +0000 (14:57 +0000)
FossilOrigin-Name: 04673066ff6a7c127559ba448fe50a4d95a26347

manifest
manifest.uuid
www/version3.tcl

index 21179f8fe17e52a08d7ac1c3f2297435e3e777d7..1aa33437a6072b0ae9aaa3ed3c7d28b543bb3da4 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C The\sdownload.tcl\sscript\sused\sto\sgenerate\sdownload.html\smust\srun\sout\sof\nthe\sdoc\ssubdirectory\sof\sthe\sbuild.\s(CVS\s1667)
-D 2004-06-22T14:52:26
+C Fix\stypos\sin\sweb\sdocumentation.\s\sTickets\s#770\sand\s#771.\s(CVS\s1668)
+D 2004-06-22T14:57:54
 F Makefile.in 0a3d7aaefa50717bd550b0cf568a51072c4c103c
 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd
@@ -226,9 +226,9 @@ F www/sqlite.tcl b51fd15f0531a54874de785a9efba323eecd5975
 F www/support.tcl 1801397edd271cc39a2aadd54e701184b5181248
 F www/tclsqlite.tcl 19191cf2a1010eaeff74c51d83fd5f5a4d899075
 F www/vdbe.tcl 59288db1ac5c0616296b26dce071c36cb611dfe9
-F www/version3.tcl af528563442e3039928f9018327a18157e53a44f
+F www/version3.tcl 563ba3ac02f64da27ab17f3edbe8e56bfd0293fb
 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4
-P d5d28e9822ba9177acfd72ebd87c293a4fac4784
-R 81bbb159e7d5473c4b3489de52500e71
+P 80c7b13ff39c88474587b1899505bac83a0b8812
+R 2c20ba5b608dc97c31a1297639248d6a
 U drh
-Z e8fd8d16827062c29789d47358b7d377
+Z 2c2ee46ab3ae007d7f446eebbb4c86e3
index 5793afc28af990c4feb57c3e91f91d6fe829251f..5da761e3186ee24c5ee593b233b9a092ca2f6246 100644 (file)
@@ -1 +1 @@
-80c7b13ff39c88474587b1899505bac83a0b8812
\ No newline at end of file
+04673066ff6a7c127559ba448fe50a4d95a26347
\ No newline at end of file
index c036da53908a4b310ae00eaf64ca4f5dd90f1841..bee932aa558e2015c2a4d03712f110e04d9ba2b3 100644 (file)
@@ -130,7 +130,7 @@ you cannot in general convert a BLOB into text.
 
 <p>
 In most other SQL database engines the datatype is associated with
-the table column the holds the data - with the data container.
+the table column that holds the data - with the data container.
 In SQLite 3.0, the datatype is associated with the data itself, not
 with its container.
 <a href="http://www.paulgraham.com/">Paul Graham</a> in his book 
@@ -184,7 +184,7 @@ format juggling.
 
 <p>
 SQLite is not particular about the text it receives and is more than
-happen to process text strings that are not normalized or even
+happy to process text strings that are not normalized or even
 well-formed UTF-8 or UTF-16.  Thus, programmers who want to store
 IS08859 data can do so using the UTF-8 interfaces.  As long as no
 attempts are made to use a UTF-16 collating sequence or SQL function,
@@ -282,4 +282,4 @@ two or more ATTACHed database are now atomic.
 </p>
 
 }
-footer {$Id: version3.tcl,v 1.2 2004/06/18 15:13:48 drh Exp $}
+footer {$Id: version3.tcl,v 1.3 2004/06/22 14:57:54 drh Exp $}