]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in change comments for 3.4.0. Ticket #2416 (CVS 4072)
authordrh <drh@noemail.net>
Fri, 15 Jun 2007 17:04:37 +0000 (17:04 +0000)
committerdrh <drh@noemail.net>
Fri, 15 Jun 2007 17:04:37 +0000 (17:04 +0000)
FossilOrigin-Name: 1f6f0330000ca564e75cd930afb9f9ce23551d89

manifest
manifest.uuid
www/changes.tcl

index cb7ad3513377e584687c600264aa76bbea65ed35..116e5c3e9e2dc7750514d37ac651803f365ab744 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\smemory\sleak\sin\sthe\sparser\sthat\scan\soccur\sfollowing\sa\smalloc\sfailure.\s(CVS\s4071)
-D 2007-06-15T17:03:14
+C Fix\stypo\sin\schange\scomments\sfor\s3.4.0.\s\sTicket\s#2416\s(CVS\s4072)
+D 2007-06-15T17:04:38
 F Makefile.in b9971ab07868cf2b3209fe3bf8c52e7e25af4193
 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -460,7 +460,7 @@ F www/autoinc.tcl b357f5ba954b046ee35392ce0f884a2fcfcdea06
 F www/c_interface.tcl b51b08591554c16a0c3ef718364a508ac25abc7e
 F www/capi3.tcl 88884dd743039d1a95aa57f4a5eb369de7744716
 F www/capi3ref.tcl 167c2d5b45da22d77b2493b00d44b001b4ec83b1
-F www/changes.tcl eddb6708265031c163bd3ce63cddf03914c9380d
+F www/changes.tcl 397594fe2060982674cc20a2e6791c73b94a651c
 F www/common.tcl 2b793e5c31486c8a01dd27dc0a631ad93704438e
 F www/compile.tcl 276546d7eb445add5a867193bbd80f6919a6b084
 F www/conflict.tcl cdd0f4b59b0ba6d61f67e6a38f3ae45853bacb30
@@ -505,7 +505,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P d4ab94288b1e3d3d069ccc75d0fc2fbe6c1383c5
-R 28fd353cc057cda6d10f38cb606ea26f
+P d0b6e9a07e99cc1a7d7f61877918c9a247899996
+R 9087f698020fc19e6fdd907a04804533
 U drh
-Z 5ef79f4f040d332fbba242516bccdf34
+Z 4374a21937759a53303f0172830b42c7
index e40939505ece3bc183fd8fb150a543fed637a810..930a6cb1b43b00ee500d27ed02e354cd0a52fee5 100644 (file)
@@ -1 +1 @@
-d0b6e9a07e99cc1a7d7f61877918c9a247899996
\ No newline at end of file
+1f6f0330000ca564e75cd930afb9f9ce23551d89
\ No newline at end of file
index 31af56d4b6cbf2c67525f7f47c9d2838a086e7d9..ff8d6f345be958a218d01800b2b3c5ec9ca06ad8 100644 (file)
@@ -59,7 +59,7 @@ chng {2007 June 15 (3.4.0)} {
 <li>Document the hazards of type coversions in
     <a href="capi3ref.html#sqlite3_column_blob">sqlite3_column_blob()</a>
     and related APIs.  Fix unnecessary type conversions.  Ticket #2321.</li>
-<li>Internationalization of the TRIM() functin.  Ticket #2323</li>
+<li>Internationalization of the TRIM() function.  Ticket #2323</li>
 <li>Use memmove() instead of memcpy() when moving between memory regions
     that might overlap.  Ticket #2334</li>
 <li>Fix an optimizer bug involving subqueries in a compound SELECT that has