1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-10-27 08:52:26 +03:00

Fix typo in the formatchng.html document. (CVS 2417)

FossilOrigin-Name: 35ace66f3ebefd4cd1455c923199511ab3b72bb6
This commit is contained in:
drh
2005-03-23 01:05:14 +00:00
parent 3ee003d8f7
commit 1d5de64d20
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# Run this Tcl script to generate the formatchng.html file.
#
set rcsid {$Id: formatchng.tcl,v 1.13 2005/03/19 14:45:50 drh Exp $ }
set rcsid {$Id: formatchng.tcl,v 1.14 2005/03/23 01:05:14 drh Exp $ }
source common.tcl
header {File Format Changes in SQLite}
puts {
@@ -192,7 +192,7 @@ occurred since version 1.0.0:
<td valign="top">2004-Jan-21</td>
<td><p>Version 3.1.0 adds support for
<a href="pragma.html#pragma_auto_vacuum">autovacuum mode</a>.
Prior versions of SQLite will be able to read and autovacuumed
Prior versions of SQLite will be able to read an autovacuumed
database but will not be able to write it. If autovaccum is disabled
(which is the default condition)
then databases are fully forwards and backwards compatible.</p>