]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix another documentation typo. (CVS 2614)
authordrh <drh@noemail.net>
Tue, 23 Aug 2005 11:03:02 +0000 (11:03 +0000)
committerdrh <drh@noemail.net>
Tue, 23 Aug 2005 11:03:02 +0000 (11:03 +0000)
FossilOrigin-Name: 55f4b14e1958ff3d2b0c99749f0c01192bafbf37

manifest
manifest.uuid
www/lang.tcl

index 145d28dad1146566a7cba3d37ccdeaba225153ea..411404b27f4774d984c6884df539a1662a0ecf90 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\stypos\sin\ssyntax\sdocumentation.\s\sTicket\s#1374\sand\sa\sreport\son\sthe\smailing\nlist.\s(CVS\s2613)
-D 2005-08-23T11:00:39
+C Fix\sanother\sdocumentation\stypo.\s(CVS\s2614)
+D 2005-08-23T11:03:03
 F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd
 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -280,7 +280,7 @@ F www/faq.tcl 49f31a703f74c71ce66da646aaf18b07a5042672
 F www/fileformat.tcl 900c95b9633abc3dcfc384d9ddd8eb4876793059
 F www/formatchng.tcl 053ddb73646701353a5b1c9ca6274d5900739b45
 F www/index.tcl 4c4d89a608c946a5d4462e7fe06c064fb7fa604a
-F www/lang.tcl 0bf7cee29c6b235f14313b8cb91e85332f6ead0c
+F www/lang.tcl 9e27ecd2a2d3194191f820068f7bc70714178882
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
@@ -297,7 +297,7 @@ F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 1fab599b6f89534152c53b820b5e6ee1ba30c059
-R fe67efd8fa92e473bdbc04271b047e9b
+P 990d1f3a5b13cadc2930334c4bd7007e3645e75b
+R 5c4127324d7c147b742490f904b18514
 U drh
-Z 32c4e707f1cb15d9729bec9a665ffd4a
+Z 819ad2404c026915da7e299c86c26217
index e6f1351363ac5ad96c5d462f2b29c27bd4e9f2a6..afed83de21ca5a4df874814a95bf329faee18000 100644 (file)
@@ -1 +1 @@
-990d1f3a5b13cadc2930334c4bd7007e3645e75b
\ No newline at end of file
+55f4b14e1958ff3d2b0c99749f0c01192bafbf37
\ No newline at end of file
index 34bd77f3c1249bbb94cd903279fc2abadc689de1..714ccb7b27c8e4ea794a79baf2bf53df8104600b 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this Tcl script to generate the lang-*.html files.
 #
-set rcsid {$Id: lang.tcl,v 1.96 2005/08/23 11:00:39 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.97 2005/08/23 11:03:03 drh Exp $}
 source common.tcl
 
 if {[llength $argv]>0} {
@@ -1175,7 +1175,7 @@ the SELECT yields no rows, then the value of the SELECT is NULL.</p>
 
 <p>A CAST expression changes the datatype of the <expr> into the
 type specified by &lt;type&gt;. 
-&lt;type&gt; can be any non-empty type name that if valid
+&lt;type&gt; can be any non-empty type name that is valid
 for the type in a column definition of a CREATE TABLE statement.</p>
 
 <p>Both simple and aggregate functions are supported.  A simple