]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix typo in sqlite3.h reported on the mailing list.
authordrh <drh@noemail.net>
Fri, 7 Nov 2014 11:39:16 +0000 (11:39 +0000)
committerdrh <drh@noemail.net>
Fri, 7 Nov 2014 11:39:16 +0000 (11:39 +0000)
FossilOrigin-Name: 402703212a8488f8b571ce170b3b6c7374bd7daa

manifest
manifest.uuid
src/sqlite.h.in

index 2ad90a7f0dd471bea0b77e75a87b081d7c5feabc..b80e3b82504bc71f7055e5d3164538e34673a8a9 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sdocumentation\son\ssqlite3_config()\sand\sadd\scorresponding\sevidence\smarks.
-D 2014-11-07T01:43:56.762
+C Fix\stypo\sin\ssqlite3.h\sreported\son\sthe\smailing\slist.
+D 2014-11-07T11:39:16.680
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -229,7 +229,7 @@ F src/resolve.c 4965007d6497b6a4d7a6d98751cc39712885f952
 F src/rowset.c eccf6af6d620aaa4579bd3b72c1b6395d9e9fa1e
 F src/select.c 428165951748151e87a15295b7357221433e311b
 F src/shell.c 48fe276aada42a15722aee2584e6321345ed4609
-F src/sqlite.h.in 83e34312bc974a99f03e1b040854c18145d7b662
+F src/sqlite.h.in f433227d7f619887a1064913fa66cefa3da4349a
 F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
 F src/sqlite3ext.h 17d487c3c91b0b8c584a32fbeb393f6f795eea7d
 F src/sqliteInt.h 8f67ca79e957b8ece7453b8e320b6a996e1b4761
@@ -1211,7 +1211,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P 20c7614addb8494cd7f40263a50fa6f428cce1c7
-R ccc709fd5070dead531e2a6ad6b5aa29
+P 360c8ca11c3315c8e08c7c52ff5468e3f723e562
+R 367fba2464fa0866db1d5cae2a24beee
 U drh
-Z 3b414dc01fd5a3ebe6b3ed14cc9e0f06
+Z 3885b799624859bdb0af87865d5681ed
index 01580f60c0295abaacd9337888b209c7c6061cc3..185fd7e51dd4a8bf80287d2dd09dadde5bfe45c2 100644 (file)
@@ -1 +1 @@
-360c8ca11c3315c8e08c7c52ff5468e3f723e562
\ No newline at end of file
+402703212a8488f8b571ce170b3b6c7374bd7daa
\ No newline at end of file
index 192280e7261373e5b6d3c724c7653dc15ee4d3a8..fc741b72917e390cce7077c6ef15362fa16c20fc 100644 (file)
@@ -52,7 +52,7 @@ extern "C" {
 /*
 ** These no-op macros are used in front of interfaces to mark those
 ** interfaces as either deprecated or experimental.  New applications
-** should not use deprecated interfaces - they are support for backwards
+** should not use deprecated interfaces - they are supported for backwards
 ** compatibility only.  Application writers should be aware that
 ** experimental interfaces are subject to change in point releases.
 **