]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in a comment in sqlite.h.in.
authordan <dan@noemail.net>
Tue, 13 Jul 2010 18:45:10 +0000 (18:45 +0000)
committerdan <dan@noemail.net>
Tue, 13 Jul 2010 18:45:10 +0000 (18:45 +0000)
FossilOrigin-Name: 4a6c4b6605ddce59e586ab17024de5269191a823

manifest
manifest.uuid
src/sqlite.h.in

index e33c01a84f22e48232dd9b4a74cae3531716bb9a..f2c6bb77a3474613a682b26f86210a7ddb68a6a5 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Changes\sso\sthat\sthe\sxShmOpen\sVFS\smethod\sis\sno\slonger\srequired.\sIts\sjob\scan\sbe\sdone\sby\sthe\sfirst\scall\sto\sxShmMap.\sRename\sxShmClose\sto\sxShmUnmap.
-D 2010-07-13T18:44:04
+C Fix\sa\stypo\sin\sa\scomment\sin\ssqlite.h.in.
+D 2010-07-13T18:45:11
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in ec08dc838fd8110fe24c92e5130bcd91cbb1ff2e
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -170,7 +170,7 @@ F src/resolve.c 1c0f32b64f8e3f555fe1f732f9d6f501a7f05706
 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697
 F src/select.c 4903ff1bbd08b55cbce00ea43c645530de41b362
 F src/shell.c fd4ccdb37c3b68de0623eb938a649e0990710714
-F src/sqlite.h.in b82b926ef9c10ca12373c2ecc8bbd2f5a9aad1dc
+F src/sqlite.h.in 1bcca411e266054977ed2b149a242c5a71092904
 F src/sqlite3ext.h 69dfb8116af51b84a029cddb3b35062354270c89
 F src/sqliteInt.h 8eb5d1c63fff70ed30f4b861aeaf8485e663129c
 F src/sqliteLimit.h 196e2f83c3b444c4548fc1874f52f84fdbda40f3
@@ -834,7 +834,7 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 3d4bb65f10ed0297f38e732ce57e5440cba8deef
-R dddad50687797f0e228c401381867528
+P f4780bde62c6c19146d2723c101540b8db898d38
+R 6a6e04ff2d14425bcb22d35e1f3f8059
 U dan
-Z 1a8aae2f2d97f7f97b0d409af0e6f96f
+Z ef39af3ddec02880c75a8492244fb164
index 0af99ad77e33a8e6006eacf6669ce4a93c112e9c..992f7d1e9b77bba354b8230989957d27a535915f 100644 (file)
@@ -1 +1 @@
-f4780bde62c6c19146d2723c101540b8db898d38
\ No newline at end of file
+4a6c4b6605ddce59e586ab17024de5269191a823
\ No newline at end of file
index 4545a91faa18bb112d3605b8db42b1b3c2c8033d..7c6511f0f2f6191f7b2717ec4eb408f1d1ba8c58 100644 (file)
@@ -480,7 +480,7 @@ int sqlite3_exec(
 /*
 ** CAPI3REF: Device Characteristics
 **
-** The xDeviceCapabilities method of the [sqlite3_io_methods]
+** The xDeviceCharacteristics method of the [sqlite3_io_methods]
 ** object returns an integer which is a vector of the these
 ** bit values expressing I/O characteristics of the mass storage
 ** device that holds the file that the [sqlite3_io_methods]