]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix documentation typo. No changes to code.
authordrh <drh@noemail.net>
Thu, 13 Jul 2017 20:11:52 +0000 (20:11 +0000)
committerdrh <drh@noemail.net>
Thu, 13 Jul 2017 20:11:52 +0000 (20:11 +0000)
FossilOrigin-Name: 9319f7b71f68c9dc64c22c60b90650955b72f6bd9852d5ea86fa96a5c6fede37

manifest
manifest.uuid
src/sqlite.h.in

index e8fae5b1931d429faa40058faedb5204026e62ee..64e27f7d66cf322051364f905fa4e8202a303bf6 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Update\sheader\scomments\son\sthe\scarray()\sand\sremember()\sextensions\sto\sbring\nout\sthe\sfact\sthat\sthe\spointer\sarguments\smust\sbe\sbound\susing\nsqlite3_bind_pointer().
-D 2017-07-13T19:11:13.037
+C Fix\sdocumentation\stypo.\s\sNo\schanges\sto\scode.
+D 2017-07-13T20:11:52.585
 F Makefile.in 081e48dfe7f995d57ce1a88ddf4d2917b4349158648a6cd45b42beae30de3a12
 F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434
 F Makefile.msc 20850e3e8d4d4791e0531955852d768eb06f24138214870d543abb1a47346fba
@@ -452,7 +452,7 @@ F src/rowset.c 7b7e7e479212e65b723bf40128c7b36dc5afdfac
 F src/select.c 95659b7990e390f9bd8dc30b8975c675fcd1d46e569bc4f5a14e22a8d03e3d14
 F src/shell.c 0401a716fc5343594b8ee60ce065d9a71373d3403f0b81f9fed684741e6401d1
 F src/shell.c.in 98bfdeeb0808418b37f59e6d380568a76e0733efe2494377096f434b39940cad
-F src/sqlite.h.in 77f4bee882ad4999bf04cf011e1c4cd7f1c6488e290764f3fb46833810447c5d
+F src/sqlite.h.in 866a8521a0d0f0ea7329d64739947fb9414f4a29afcd6193bca2ae21474bbd71
 F src/sqlite3.rc 5121c9e10c3964d5755191c80dd1180c122fc3a8
 F src/sqlite3ext.h 654d76dd288780a460be9c88edc6a5eb2d61df03a7153c92f1d87aba41f73b96
 F src/sqliteInt.h 0ba730cdc8afa723a5642380712f8bb33abd6a69218571c18b94acf3562de22a
@@ -1631,7 +1631,7 @@ F vsixtest/vsixtest.tcl 6a9a6ab600c25a91a7acc6293828957a386a8a93
 F vsixtest/vsixtest.vcxproj.data 2ed517e100c66dc455b492e1a33350c1b20fbcdc
 F vsixtest/vsixtest.vcxproj.filters 37e51ffedcdb064aad6ff33b6148725226cd608e
 F vsixtest/vsixtest_TemporaryKey.pfx e5b1b036facdb453873e7084e1cae9102ccc67a0
-P 72de49f204277191f62601cce70d5013ec30b564a01063f1e841019c78ae6c77
-R dbee61955ae741e7d85640e57f5eedcb
+P 55f5396576d186f310cb0fa66fbdb8ea68c18a3d0fe5de4b395ea03c7aa04c9e
+R 5464e40ca58b20c3d11d86b4fa25750e
 U drh
-Z d5d82639274d4fbf94e14f67e2cde1f7
+Z a43ae0a917fdf05a2658256c6ea2fd1c
index 270742665ffe3baece0bfd6a9a3be27db6cddbd1..ea2046c36ca6bda702f0f4c2e40996d7a7e0c39f 100644 (file)
@@ -1 +1 @@
-55f5396576d186f310cb0fa66fbdb8ea68c18a3d0fe5de4b395ea03c7aa04c9e
\ No newline at end of file
+9319f7b71f68c9dc64c22c60b90650955b72f6bd9852d5ea86fa96a5c6fede37
\ No newline at end of file
index 5b1bc98567af45927a3029d3d1f7f06943854c5f..bb7c69240d6c39601bf306fd0d9da27f2c05fd52 100644 (file)
@@ -5079,7 +5079,7 @@ typedef void (*sqlite3_destructor_type)(void*);
 ** when it has finished using that result.
 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
-** then SQLite makes a copy of the result into space obtained from
+** then SQLite makes a copy of the result into space obtained
 ** from [sqlite3_malloc()] before it returns.
 **
 ** ^The sqlite3_result_value() interface sets the result of