1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Fix typo in lang_analyze.html. (CVS 3195)

FossilOrigin-Name: fba8ce8c383fa8e66bc2dd5a354f411ad2b83c6d
This commit is contained in:
drh
2006-05-31 11:12:01 +00:00
parent c55cd6ad9a
commit 09b172fa31
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the lang-*.html files.
#
set rcsid {$Id: lang.tcl,v 1.111 2006/03/15 16:26:10 drh Exp $}
set rcsid {$Id: lang.tcl,v 1.112 2006/05/31 11:12:01 drh Exp $}
source common.tcl
if {[llength $argv]>0} {
@@ -214,7 +214,7 @@ table named <b>sqlite_stat1</b>. Future enhancements may create
additional tables with the same name pattern except with the "1"
changed to a different digit. The <b>sqlite_stat1</b> table cannot
be <a href="#droptable">DROP</a>ped,
but it all the content can be <a href="#delete">DELETE</a>d which has the
but all the content can be <a href="#delete">DELETE</a>d which has the
same effect.</p>
}