Fix typo. Ticket #577. (CVS 1196)

FossilOrigin-Name: 3dc951951947a9188ecba1b84e48c65e34c4df16
This commit is contained in:
drh
2004-01-22 23:38:21 +00:00
parent 30c84bfd5f
commit a8d6243bc7
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#
# Run this TCL script to generate HTML for the index.html file.
#
set rcsid {$Id: index.tcl,v 1.80 2003/12/15 17:51:19 drh Exp $}
set rcsid {$Id: index.tcl,v 1.81 2004/01/22 23:38:22 drh Exp $}
puts {<html>
<head><title>SQLite: An Embeddable SQL Database Engine</title></head>
@@ -198,7 +198,7 @@ $ make test <i> Optional: run regression tests </i>
<p>If you prefer, you can also build by making whatever modifications
you desire to the file "Makefile.linux-gcc" and then executing that
makefile. Tha latter method is used for all official development
makefile. The latter method is used for all official development
and testing of SQLite and for building the precompiled
binaries found on this website. Windows binaries are generated by
cross-compiling from Linux using <a href="http://www.mingw.org/">MinGW</a></p>