diff options
author | drh <drh@noemail.net> | 2007-07-30 23:02:38 +0000 |
---|---|---|
committer | drh <drh@noemail.net> | 2007-07-30 23:02:38 +0000 |
commit | bb9491293b51b93b81fa597c29dc0965080eb870 (patch) | |
tree | 5be6bd9b7063827685131687dd431b2d2b467435 /www | |
parent | b695acae1ffab8f742c35cecd988375019eaf2a7 (diff) | |
download | sqlite-bb9491293b51b93b81fa597c29dc0965080eb870.tar.gz sqlite-bb9491293b51b93b81fa597c29dc0965080eb870.zip |
Fix a typo in limits.html. (CVS 4193)
FossilOrigin-Name: c709140b51610a2fbbff15c1fd80783218780f6f
Diffstat (limited to 'www')
-rw-r--r-- | www/limits.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/limits.tcl b/www/limits.tcl index 4c6efe7d7..9ea585faa 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.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> } |