Fix a typo in limits.html. (CVS 4193)

FossilOrigin-Name: c709140b51610a2fbbff15c1fd80783218780f6f
This commit is contained in:
drh 2007-07-30 23:02:38 +00:00
parent b695acae1f
commit bb9491293b
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C Make\sexcess\soutput\sfrom\sthe\sCLI\sappear\sinside\sSQL\scomments\sso\sas\snot\nto\sinterfere\swith\sgenerated\sSQL.\s\sTicket\s#2544.\s(CVS\s4192)
D 2007-07-30T20:41:53
C Fix\sa\stypo\sin\slimits.html.\s(CVS\s4193)
D 2007-07-30T23:02:39
F Makefile.in 0c0e53720f658c7a551046442dd7afba0b72bfbe
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@ -500,7 +500,7 @@ 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 ff26cca93d6d697a8e5fa3a4b0355c751311763b
F www/limits.tcl ddf960819cb7b9c14362fcc19c6acaa9595f1f1b
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 3f9a666143a8aafa0b1a5d56ec68f69f2b3d6a21
R f9e9ee479a3920c21799e1a965e903b9
P 49a2e85511e845051cfc6ae4318207b1866d43c9
R 9ba9a669c074d0994fd89f02c8dfec0b
U drh
Z e66df22767e1f73d6fe6993e0a4787e7
Z 16bd3d6dd35ab01f2fb60bdbb2d0cc63

View File

@ -1 +1 @@
49a2e85511e845051cfc6ae4318207b1866d43c9
c709140b51610a2fbbff15c1fd80783218780f6f

View File

@ -1,7 +1,7 @@
#
# Run this script to generate the limits.html output file
#
set rcsid {$Id: limits.tcl,v 1.3 2007/06/18 12:22:43 drh Exp $}
set rcsid {$Id: limits.tcl,v 1.4 2007/07/30 23:02:39 drh Exp $}
source common.tcl
header {Implementation Limits For SQLite}
puts {
@ -79,7 +79,7 @@ possible.
<p>
During part of SQLite's INSERT and SELECT processing, the complete
content of each row in the database is encoded as a single BLOB.
So the SQLTIE_MAX_LENGTH parameter also determines the maximum
So the SQLITE_MAX_LENGTH parameter also determines the maximum
number of bytes in a row.
</p>
}