]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in sqlite3_close() function documentation reported on the mailing list. docTypo
authormistachkin <mistachkin@noemail.net>
Tue, 12 Mar 2013 20:58:21 +0000 (20:58 +0000)
committermistachkin <mistachkin@noemail.net>
Tue, 12 Mar 2013 20:58:21 +0000 (20:58 +0000)
FossilOrigin-Name: 7232093d6c6871a9f4ea155ab215e3b39c1c322d

manifest
manifest.uuid
src/sqlite.h.in

index a6db29d38b7d141c45bcec4f0099e1eb1f672d07..28b6526decde3189953eaf44edd033c79bd67926 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Define\s_BSD_SOURCE\swhen\sbuilding\son\sOpenBSD.\sThis\sis\srequired\sfor\sfchmod().
-D 2013-03-11T13:37:52.519
+C Fix\stypo\sin\ssqlite3_close()\sfunction\sdocumentation\sreported\son\sthe\smailing\slist.
+D 2013-03-12T20:58:21.853
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 9a804abbd3cae82d196e4d33aba13239e32522a5
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -176,7 +176,7 @@ F src/resolve.c 9079da7d59aed2bb14ec8315bc7f720dd85b5b65
 F src/rowset.c 64655f1a627c9c212d9ab497899e7424a34222e0
 F src/select.c e1c6f6abdf9f359f4e735cb8ae11d2f359bf52a9
 F src/shell.c 7c41bfcd9e5bf9d96b9215f79b03a5b2b44a3bca
-F src/sqlite.h.in 31045976254225e6bf046a96e87b40fa4c1d55e4
+F src/sqlite.h.in f2fa32f440dda59ca47e22889966b2a6eb3b491c
 F src/sqlite3.rc fea433eb0a59f4c9393c8e6d76a6e2596b1fe0c0
 F src/sqlite3ext.h 7183ab832e23db0f934494f16928da127a571d75
 F src/sqliteInt.h 59477c6ddb25e7ed8d8b67f4c58ded254371182e
@@ -1037,7 +1037,10 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 1da15adba8f6eec69c24ec6385d6f1a7905a388f
-R 23658f0952d1a2fe0f61c5471a6869f3
-U dan
-Z 6b791dcdadf138e4fa4768d3023bd490
+P f9027cb47bdec8dcebf1f038921b28d9e9928c18
+R 2b8e011f63f1ea6b304ed54d625b070b
+T *branch * docTypo
+T *sym-docTypo *
+T -sym-trunk *
+U mistachkin
+Z dcdca813dff9ba7b609032afb852ad4f
index 7c0fe040be0d4ccdfabc454194fa948ee5ca4bd9..e91648e4ef7b2cca0cbcf58329937214305db535 100644 (file)
@@ -1 +1 @@
-f9027cb47bdec8dcebf1f038921b28d9e9928c18
\ No newline at end of file
+7232093d6c6871a9f4ea155ab215e3b39c1c322d
\ No newline at end of file
index a32af16be6b0d57feb76e3d2ab9660f27289e0a2..0373353d7b1e78328da15af3fe9ce95943d2d529 100644 (file)
@@ -283,7 +283,7 @@ typedef sqlite_uint64 sqlite3_uint64;
 ** [sqlite3_blob_close | close] all [BLOB handles], and 
 ** [sqlite3_backup_finish | finish] all [sqlite3_backup] objects associated
 ** with the [sqlite3] object prior to attempting to close the object.  ^If
-** sqlite3_close() is called on a [database connection] that still has
+** sqlite3_close_v2() is called on a [database connection] that still has
 ** outstanding [prepared statements], [BLOB handles], and/or
 ** [sqlite3_backup] objects then it returns SQLITE_OK but the deallocation
 ** of resources is deferred until all [prepared statements], [BLOB handles],