aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2007-07-30 23:02:38 +0000
committerdrh <drh@noemail.net>2007-07-30 23:02:38 +0000
commitbb9491293b51b93b81fa597c29dc0965080eb870 (patch)
tree5be6bd9b7063827685131687dd431b2d2b467435 /www
parentb695acae1ffab8f742c35cecd988375019eaf2a7 (diff)
downloadsqlite-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.tcl4
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>
}