From: drh
Date: Thu, 9 Aug 2007 00:00:26 +0000 (+0000)
Subject: Fix documentation typos. Tickets #2168 and #2560. (CVS 4201)
X-Git-Tag: version-3.4.2~17
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915d2150f81e4797930627b7db8932c1df300eb9;p=thirdparty%2Fsqlite.git
Fix documentation typos. Tickets #2168 and #2560. (CVS 4201)
FossilOrigin-Name: 4333b231af8866e3d2d75bc64083b6c36c8da8d8
---
diff --git a/manifest b/manifest
index 901e8458a7..dea2e0ade3 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C More\stweaking\sof\slinkage.\s\sTicket\s#2554.\s(CVS\s4200)
-D 2007-08-08T12:11:21
+C Fix\sdocumentation\stypos.\s\sTickets\s#2168\sand\s#2560.\s(CVS\s4201)
+D 2007-08-09T00:00:26
F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -499,8 +499,8 @@ F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
F www/index.tcl 9f8672c2165ecedf876d7b35f02da53eea6401b8
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
-F www/lang.tcl d32eef14c40888a0e27c1c9968a7ae5692fa7858
-F www/limits.tcl ddf960819cb7b9c14362fcc19c6acaa9595f1f1b
+F www/lang.tcl bb73892bf99c81658ec46d0c7a87e54cd21d435b
+F www/limits.tcl 9035eb73e814ccb298595fd57670dec817533616
F www/lockingv3.tcl e52345bd20323bef6146bfce18ae0829b2b7c87d
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/mkapidoc.tcl 2fdbb765c38a4467687ba390e07c1229d4939a3b
@@ -523,7 +523,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P c09ec102c4f62e492dd3676ef0aa1a183d6ce3b3
-R cea8b15e0263240d01ec2143a968d634
+P 3759a38fe8e8a873dc3aae8dc99ca1010551b50b
+R fbc8a53c964f67498ae60776a27efd94
U drh
-Z dc18878d52ac04956311ef0f83f758c1
+Z 404cedd8a438ac3496ecea6543b3ec13
diff --git a/manifest.uuid b/manifest.uuid
index a736cb631e..700a9be2e2 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-3759a38fe8e8a873dc3aae8dc99ca1010551b50b
\ No newline at end of file
+4333b231af8866e3d2d75bc64083b6c36c8da8d8
\ No newline at end of file
diff --git a/www/lang.tcl b/www/lang.tcl
index ed4c6164e1..8dd37c36ff 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.132 2007/07/13 10:35:15 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.133 2007/08/09 00:00:26 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
@@ -1081,7 +1081,7 @@ BLOB literals are string literals containing hexadecimal data and
preceded by a single "x" or "X" character. For example:
-X'53514697465'
+X'53514C697465'
@@ -1594,7 +1594,7 @@ If no column-list is specified then the number of values must
be the same as the number of columns in the table. If a column-list
is specified, then the number of values must match the number of
specified columns. Columns of the table that do not appear in the
-column list are filled with the default value, or with NULL if not
+column list are filled with the default value, or with NULL if no
default value is specified.
diff --git a/www/limits.tcl b/www/limits.tcl
index 9ea585faad..cf85e380d2 100644
--- a/www/limits.tcl
+++ b/www/limits.tcl
@@ -1,7 +1,7 @@
#
# Run this script to generate the limits.html output file
#
-set rcsid {$Id: limits.tcl,v 1.4 2007/07/30 23:02:39 drh Exp $}
+set rcsid {$Id: limits.tcl,v 1.5 2007/08/09 00:00:26 drh Exp $}
source common.tcl
header {Implementation Limits For SQLite}
puts {
@@ -27,9 +27,9 @@ it should work.
Unfortunately, the no-limits policy has been shown to create
-problems. Because the upper bounds where not well
+problems. Because the upper bounds were not well
defined, they were not tested, and bugs (including possible
-security exploits) where often found when pushing SQLite to
+security exploits) were often found when pushing SQLite to
extremes. For this reason, newer versions of SQLite have
well-defined limits and those limits are tested as part of
the test suite.