]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix documentation typo. Ticket #1282. (CVS 2512)
authordrh <drh@noemail.net>
Mon, 13 Jun 2005 00:47:59 +0000 (00:47 +0000)
committerdrh <drh@noemail.net>
Mon, 13 Jun 2005 00:47:59 +0000 (00:47 +0000)
FossilOrigin-Name: ce6b62fa46bc67085801c48d6a28944d4d373ba9

manifest
manifest.uuid
www/changes.tcl

index 2f57452f4883816796dba0ca1c1f414f2caa50e3..7f8f6896f98869ac9c4148bafe884f501d063f91 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Version\s3.2.2\s(CVS\s2511)
-D 2005-06-12T23:17:24
+C Fix\sdocumentation\stypo.\s\sTicket\s\s#1282.\s(CVS\s2512)
+D 2005-06-13T00:48:00
 F Makefile.in 8129e7f261d405db783676f9ca31e0841768c652
 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -247,7 +247,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 7a7cc225fe02eb7ab861a6019b08baa0014409e1
 F www/capi3ref.tcl 930afb4a565c092ed10e481c3c87a952f6989d83
-F www/changes.tcl 2e45693051c4f1c8b518754d2bcf907ee62d6d2d
+F www/changes.tcl 0bc369b91eb740ad0caa59ea9e0b8a640de56a4e
 F www/common.tcl de758130d54d95d151ea0d17a2ae5b92e1bb01de
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -281,7 +281,7 @@ F www/tclsqlite.tcl 425be741b8ae664f55cb1ef2371aab0a75109cf9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
 F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
-P 44e54b132e03d86e52055dc0a2815b653ec179e8
-R 05e6b581f33a453755db8dffc007805d
+P 0e190e9d9137e9d29fc53ce6f1136047d578bb55
+R 69a15ae8b132956d878be49b79f37737
 U drh
-Z d770a9009fff9143a4be07b91acab531
+Z 92f8243036f5a7ffb94f41f03ecbe221
index 576c0f420cadb636401f428440651d40fd0088c6..3014ab1a8a453260f974519b1835c604b87cc1d6 100644 (file)
@@ -1 +1 @@
-0e190e9d9137e9d29fc53ce6f1136047d578bb55
\ No newline at end of file
+ce6b62fa46bc67085801c48d6a28944d4d373ba9
\ No newline at end of file
index d5bcb286d60bd757382bf7ecf9de13d76c67ad2a..ec0976b665825852da9a0eacb72d4a18d3602bff 100644 (file)
@@ -23,7 +23,7 @@ proc chng {date desc} {
 
 chng {2005 June 13 (3.2.2)} {
 <li>Added the sqlite3_db_handle() API</li>
-<li>Added the sqlite3_get_autocomment() API</li>
+<li>Added the sqlite3_get_autocommit() API</li>
 <li>Added a REGEXP operator to the parser.  There is no function to back
 up this operator in the standard build but users can add their own using
 sqlite3_create_function()</li>