aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2005-11-14 11:51:45 +0000
committerdrh <drh@noemail.net>2005-11-14 11:51:45 +0000
commita8f1914b72b00a29f4dbdda146defcdf3a9e10c5 (patch)
treecd16e0aadb5e9c9f167c079762e7b8a7d2c67bff
parentfd405314d330e4607fbb9a83037d921628d76b8c (diff)
downloadsqlite-a8f1914b72b00a29f4dbdda146defcdf3a9e10c5.tar.gz
sqlite-a8f1914b72b00a29f4dbdda146defcdf3a9e10c5.zip
Fix documentation typo. (CVS 2765)
FossilOrigin-Name: c9b413ea22d1da926621670b903c7a683921eef0
-rw-r--r--manifest12
-rw-r--r--manifest.uuid2
-rw-r--r--www/lang.tcl4
3 files changed, 9 insertions, 9 deletions
diff --git a/manifest b/manifest
index 450cd009b..13b9d3461 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C About\s0.5KiB\sof\sadditional\scompression\sin\sthe\sparser\stables.\s(CVS\s2764)
-D 2005-11-06T04:06:59
+C Fix\sdocumentation\stypo.\s(CVS\s2765)
+D 2005-11-14T11:51:46
F Makefile.in 12784cdce5ffc8dfb707300c34e4f1eb3b8a14f1
F Makefile.linux-gcc aee18d8a05546dcf1888bd4547e442008a49a092
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -297,7 +297,7 @@ F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
F www/index.tcl 2fff45565fd52fba6746b27eb60ea1d7834042ec
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
-F www/lang.tcl 6ec7f6f3250e7f671cf8ada7c765e56b0cc1f169
+F www/lang.tcl 7015a52116d1ba3ce87cff6de7a98d5127e8f163
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
@@ -317,7 +317,7 @@ F www/tclsqlite.tcl ddcf912ea48695603c8ed7efb29f0812ef8d1b49
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 6331860e7754be6e0d2a484d66427947c0781dd6
-R 89df35f460d2e4c3a14757990021ac40
+P f39974ebd81f274dc4cf6cf94e6e87ee7b4a0814
+R 8e31facb5466f09fe57500c6d2a97aab
U drh
-Z dd438883ac1053c2a2f713e5ad3d2f5b
+Z 8d0635a3131d53b4556f0fb9acdf9497
diff --git a/manifest.uuid b/manifest.uuid
index f1b934d51..107c5f3c3 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-f39974ebd81f274dc4cf6cf94e6e87ee7b4a0814 \ No newline at end of file
+c9b413ea22d1da926621670b903c7a683921eef0 \ No newline at end of file
diff --git a/www/lang.tcl b/www/lang.tcl
index d9f78846a..5306ae963 100644
--- a/www/lang.tcl
+++ b/www/lang.tcl
@@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the lang-*.html files.
#
-set rcsid {$Id: lang.tcl,v 1.101 2005/11/03 00:41:18 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.102 2005/11/14 11:51:46 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
@@ -1669,7 +1669,7 @@ a single big table. The difference is that in UNION all result rows
are distinct where in UNION ALL there may be duplicates.
The INTERSECT operator takes the intersection of the results of the
left and right SELECTs. EXCEPT takes the result of left SELECT after
-removing the results of the right SELECT. When three are more SELECTs
+removing the results of the right SELECT. When three or more SELECTs
are connected into a compound, they group from left to right.</p>
}