aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
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>
}