]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the documentation on sqlite3_open_v2(). (CVS 5031)
authordrh <drh@noemail.net>
Sat, 19 Apr 2008 14:06:28 +0000 (14:06 +0000)
committerdrh <drh@noemail.net>
Sat, 19 Apr 2008 14:06:28 +0000 (14:06 +0000)
FossilOrigin-Name: f7b62daa9fe71dc713bde107507fc7bcb812d62b

manifest
manifest.uuid
src/sqlite.h.in

index fc4f3e5c690b5dad4f686f68280c5ec070e9e3f3..09726b55c6efac2c6fd05abf4bb1acba378a2b5f 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Remove\sunused\scode\sfrom\sOP_IdxLt\sand\sOP_IdxGE.\s(CVS\s5030)
-D 2008-04-18T11:31:13
+C Fix\sa\stypo\sin\sthe\sdocumentation\son\ssqlite3_open_v2().\s(CVS\s5031)
+D 2008-04-19T14:06:28
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 25b3282a4ac39388632c2fb0e044ff494d490952
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -137,7 +137,7 @@ F src/random.c 2b2db2de4ab491f5a14d3480466f8f4b5a5db74a
 F src/select.c b02ee16591f0194739e7deb12099d3e98e60b7f3
 F src/server.c 087b92a39d883e3fa113cae259d64e4c7438bc96
 F src/shell.c be22ec05c8c4a43a95a6ad3b8068542200451e07
-F src/sqlite.h.in 0fdf9ac32584cb4b361feb81bfabfe794f95e467
+F src/sqlite.h.in 0b6db5e8fac8e66e5ab77a9c7abf6db161c93275
 F src/sqlite3ext.h faacd0e6a81aabee0861c6d7883c9172e74ef5b3
 F src/sqliteInt.h f06ba8e00fb8232bfef14d203d131ad96f858e04
 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
@@ -631,7 +631,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 9a976819246eb558ba43429f8889972c4a4bce9d
-R 73a8c0b2a0e2ae4a89b1181d0864ddcb
-U danielk1977
-Z 9ff8963d8d921ad836977fc03939b1dc
+P df02175ec0f28d57942b8275b540ff855dfbeb09
+R 6299f6a06e93546f99df6a47ebb09453
+U drh
+Z 385bf8bab63aafd1f261478c271df70c
index a3328e12b61397d4bef448a6cb1f0930b7111205..0ea254a6afa9ad28955cff3f7b43be7311ae067d 100644 (file)
@@ -1 +1 @@
-df02175ec0f28d57942b8275b540ff855dfbeb09
\ No newline at end of file
+f7b62daa9fe71dc713bde107507fc7bcb812d62b
\ No newline at end of file
index bf959fda6cb2c042af5448818c20afef022b1ca6..ef1c3ab0f4bf18775c29e19b84cc33f5b9de2195 100644 (file)
@@ -30,7 +30,7 @@
 ** the version number) and changes its name to "sqlite3.h" as
 ** part of the build process.
 **
-** @(#) $Id: sqlite.h.in,v 1.306 2008/04/17 17:03:26 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.307 2008/04/19 14:06:28 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -1984,7 +1984,7 @@ void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*);
 ** The third options is behavior that is always used for [sqlite3_open()]
 ** and [sqlite3_open16()].
 **
-** If the 4th parameter to [sqlite3_open_v2()] is not one of the
+** If the 3rd parameter to [sqlite3_open_v2()] is not one of the
 ** combinations shown above then the behavior is undefined.
 **
 ** If the filename is ":memory:", then an private