]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix documentation typo. Ticket #1986 (CVS 3437)
authordrh <drh@noemail.net>
Sat, 23 Sep 2006 20:46:23 +0000 (20:46 +0000)
committerdrh <drh@noemail.net>
Sat, 23 Sep 2006 20:46:23 +0000 (20:46 +0000)
FossilOrigin-Name: 58c32ce35a04838b4a8e4210299bac935e60bfb9

manifest
manifest.uuid
www/lang.tcl

index 5fd6acd48f3eda7b4859f468b98cbb631cda8717..9289acc725c2f0c3f951895c94e0dedfbfe02bb9 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Be\ssure\sto\signore\sPRAGMA\sencoding\spragmas\sif\sthe\sencoding\shas\salready\sbeen\nset\sfor\sa\sdatabase.\s\sTicket\s#1987.\s\sThis\spatch\salso\sincludes\ssome\scleanup\nof\sthe\sschema\sparser\sand\sinitialization\slogic.\s(CVS\s3436)
-D 2006-09-23T20:36:02
+C Fix\sdocumentation\stypo.\s\sTicket\s#1986\s(CVS\s3437)
+D 2006-09-23T20:46:23
 F Makefile.in cabd42d34340f49260bc2a7668c38eba8d4cfd99
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -377,7 +377,7 @@ F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
 F www/index.tcl 7b9c5747a838501dace958131755651d6ca31adb
 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
-F www/lang.tcl 73ce7ce69eff7afef4d62cdeb7b050a670952acd
+F www/lang.tcl fb1070256c211a3dec735e1273c506c1f8db7556
 F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
 F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
@@ -399,7 +399,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
-P 791d70936b9c4fed57c95f61e3b4dfdd24221ee4
-R 42dffbf0309b331dd39f444b3d5b9fb3
+P dc797bf4fa96deabd9ceb6cc062b98d2ac49a574
+R c64c07d59a123b00c1c923a04e96a169
 U drh
-Z 673fdf08a11b4d0ec87fe86a969bb8eb
+Z b6422e8d52e514594753b1da26faf8e8
index 4e0272f0ed213b27197e4a00758a9d2512c751d5..4b025eb6c0707b4fac908436fa104148ea5e4bd9 100644 (file)
@@ -1 +1 @@
-dc797bf4fa96deabd9ceb6cc062b98d2ac49a574
\ No newline at end of file
+58c32ce35a04838b4a8e4210299bac935e60bfb9
\ No newline at end of file
index cd17ac480c7ba503dc1d36f47ce7c2a25e43cecb..ba1655f8c5d47f069f0e9a1ee208337e099d3367 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Run this Tcl script to generate the lang-*.html files.
 #
-set rcsid {$Id: lang.tcl,v 1.117 2006/09/11 23:45:50 drh Exp $}
+set rcsid {$Id: lang.tcl,v 1.118 2006/09/23 20:46:23 drh Exp $}
 source common.tcl
 
 if {[llength $argv]>0} {
@@ -558,7 +558,7 @@ then the B-Tree key will be a automatically generated integer.  The
 B-Tree key for a row can always be accessed using one of the
 special names "<b>ROWID</b>", "<b>OID</b>", or "<b>_ROWID_</b>".
 This is true regardless of whether or not there is an INTEGER
-PRIMARY KEY.  An INTEGER PRIMARY KEY column man also include the
+PRIMARY KEY.  An INTEGER PRIMARY KEY column can also include the
 keyword AUTOINCREMENT.  The AUTOINCREMENT keyword modified the way
 that B-Tree keys are automatically generated.  Additional detail
 on automatic B-Tree key generation is available