]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in documentation. (CVS 2597)
authordrh <drh@noemail.net>
Tue, 16 Aug 2005 14:44:48 +0000 (14:44 +0000)
committerdrh <drh@noemail.net>
Tue, 16 Aug 2005 14:44:48 +0000 (14:44 +0000)
FossilOrigin-Name: 32efcd24612908516fb5bc58ab3fe4790586a220

manifest
manifest.uuid
www/whentouse.tcl

index bf04e04481f7935df1b7855b809d6e10bcb365b4..a150a55e4bf58c3fd16c9c4b93516b0e030cfe88 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Null-terminate\sthe\sstrings\sarray\spassed\sto\sTcl_GetIndexFromObj.\s\sBug\nreported\son\sthe\smailing\slist.\s(CVS\s2596)
-D 2005-08-16T11:11:35
+C Fix\stypo\sin\sdocumentation.\s(CVS\s2597)
+D 2005-08-16T14:44:49
 F Makefile.in b109ddb46a5550d0732dcd6caca01c123f6d5cdd
 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -292,8 +292,8 @@ F www/support.tcl 3955da0fd82be68cc5c83d347c05095e80967051
 F www/tclsqlite.tcl 3df553505b6efcad08f91e9b975deb2e6c9bb955
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
-F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
-P 98338abf9e8cfbf8efa81cff0e40ea37e34fd9b2
-R ddcc61cc6e5eb18da4cb9da7131dfa97
+F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
+P 3a7918a66bf98368c2520f94e505a21a1df3383c
+R 63a9f5eb3244f381a286f49ebce12b96
 U drh
-Z 806d3e0a09135a9c326a6a5972f3ea8d
+Z d74c0b5a2a52e5b4808cc3ee0fe0cf28
index b54555e366e035b04a06340a0a40f90988454a34..16ef4d2e3458d4a87b3909074528865f8786a6dd 100644 (file)
@@ -1 +1 @@
-3a7918a66bf98368c2520f94e505a21a1df3383c
\ No newline at end of file
+32efcd24612908516fb5bc58ab3fe4790586a220
\ No newline at end of file
index 46bf21a29a16a6e0fb04e68351ba885647af15d9..54891c3632e663b914b5c8d01e1461dbf1a82c8d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this TCL script to generate HTML for the goals.html file.
 #
-set rcsid {$Id: whentouse.tcl,v 1.5 2005/03/19 03:41:58 drh Exp $}
+set rcsid {$Id: whentouse.tcl,v 1.6 2005/08/16 14:44:49 drh Exp $}
 source common.tcl
 header {Appropriate Uses For SQLite}
 
@@ -47,7 +47,7 @@ this:  Use SQLite in situations where simplicity of administration,
 implementation, and maintenance are more important than the countless
 complex features that enterprise database engines provide.
 As it turns out, situations where simplicity is the better choice
-are more common that many people realize.
+are more common than many people realize.
 </p>
 
 <h2>Situations Where SQLite Works Well</h2>