]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in documentation of sqlite3_step(). Ticket #3110. (CVS 5122)
authordrh <drh@noemail.net>
Mon, 12 May 2008 12:39:55 +0000 (12:39 +0000)
committerdrh <drh@noemail.net>
Mon, 12 May 2008 12:39:55 +0000 (12:39 +0000)
FossilOrigin-Name: 4d397f57c4446b18c5c6faf728d315495e4abf6e

manifest
manifest.uuid
src/sqlite.h.in

index 641b5fd43ce6c8a94f0b23cb8bd8ce8c8e939c0c..cbf732a1f2374986072b2ae7a60073c0ee57dadb 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Make\stest\sfunction\sdo_ioerr_test\smore\srobust.\sNo\scode\schanges.\s(CVS\s5121)
-D 2008-05-12T10:57:02
+C Fix\stypo\sin\sdocumentation\sof\ssqlite3_step().\s\sTicket\s#3110.\s(CVS\s5122)
+D 2008-05-12T12:39:56
 F Makefile.arm-wince-mingw32ce-gcc ac5f7b2cef0cd850d6f755ba6ee4ab961b1fadf7
 F Makefile.in 8b9b8263852f0217157f9042b8e3dae7427ec739
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -130,7 +130,7 @@ F src/printf.c 77c192ccc81117d68b21b449cd33396357aa266d
 F src/random.c 2b2db2de4ab491f5a14d3480466f8f4b5a5db74a
 F src/select.c da43ce3080112aa77863e9c570c1df19a892acb8
 F src/shell.c 668ad976716982eb658019eda489b6f55131dbe7
-F src/sqlite.h.in bf986db272eebf11be5c2d49b187a0f9562e2ee4
+F src/sqlite.h.in 5fafd7849e3e74625533144ce0ab9d495c0320da
 F src/sqlite3ext.h faacd0e6a81aabee0861c6d7883c9172e74ef5b3
 F src/sqliteInt.h c38fad42820bd3a68cdb185edbea9aff8bf5c18b
 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
@@ -634,7 +634,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P 85c54a16c7aecea3e0e5040ee8aca06d8b6a2b2b
-R 6f23cb727bb32cbaf248365f9b5d1602
-U danielk1977
-Z 44914fe2fc7d2c76b6a9dcde9fe338f2
+P f532692ec91b40fc002af925d2ab8382e3c3b2ca
+R 8fd89c706d46f78c623e9f9ad754a613
+U drh
+Z c21143371c5082c1432bc00be226f2c5
index 99b41c2db22da9e6c877b7aa836a2d089ead7cc7..5e3bcd7ecabf51d05f28df072312dda33b9c6a49 100644 (file)
@@ -1 +1 @@
-f532692ec91b40fc002af925d2ab8382e3c3b2ca
\ No newline at end of file
+4d397f57c4446b18c5c6faf728d315495e4abf6e
\ No newline at end of file
index d5742eac4bababe591b64ed91c0c16d1b8cd4454..6d4062c407d3ae633a958103cf49a7024f3c0816 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.311 2008/05/11 11:07:07 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.312 2008/05/12 12:39:56 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -3001,7 +3001,7 @@ const void *sqlite3_column_decltype16(sqlite3_stmt*,int);
 ** new "v2" interface is recommended for new applications but the legacy
 ** interface will continue to be supported.
 **
-** In the lagacy interface, the return value will be either [SQLITE_BUSY], 
+** In the legacy interface, the return value will be either [SQLITE_BUSY], 
 ** [SQLITE_DONE], [SQLITE_ROW], [SQLITE_ERROR], or [SQLITE_MISUSE].
 ** With the "v2" interface, any of the other [SQLITE_OK | result code]
 ** or [SQLITE_IOERR_READ | extended result code] might be returned as