]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the documentation. Ticket #3219. (CVS 5411)
authordrh <drh@noemail.net>
Mon, 14 Jul 2008 18:38:17 +0000 (18:38 +0000)
committerdrh <drh@noemail.net>
Mon, 14 Jul 2008 18:38:17 +0000 (18:38 +0000)
FossilOrigin-Name: 3dc72a46171020c62e6028d113b0e0f5ab05d159

manifest
manifest.uuid
src/sqlite.h.in

index f0c9cbcf3be86330f9e0d05d984a1ba7726e7d35..597d836f8910aceb3a8e7f7304954203c7ebbacd 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Have\sthe\srtree\sextension\spublish\stwo\svirtual\stable\stypes:\s"rtree"\sand\s"rtree_i32".\srtree_i32\sstores\scoordinate\sdata\sas\s32-bit\ssigned\sintegers.\srtree\suses\s32-bit\sreal\s(floating\spoint)\svalues.\s(CVS\s5410)
-D 2008-07-14T15:37:01
+C Fix\sa\stypo\sin\sthe\sdocumentation.\s\sTicket\s#3219.\s(CVS\s5411)
+D 2008-07-14T18:38:17
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a03f7cb4f7ad50bc53a788c6c544430e81f95de4
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -143,7 +143,7 @@ F src/printf.c 36895cfc04fd235af3a6cc162078d751b88bd811
 F src/random.c 5c754319d38abdd6acd74601ee0105504adc508a
 F src/select.c b909e21358f141627d1cadfdfbdb43ec08ed0a4b
 F src/shell.c 4b835fe734304ac22a3385868cd3790c1e4f7aa1
-F src/sqlite.h.in cba45393b1a1064c27204724b5174d90f114e91d
+F src/sqlite.h.in f85aad3e88f382474407672ad5950c5d4328826d
 F src/sqlite3ext.h 1e3887c9bd3ae66cb599e922824b04cd0d0f2c3e
 F src/sqliteInt.h aebce6d82210334fe00e6d5fa4bb6768cf02f184
 F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
@@ -605,7 +605,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
-P 5bfc962533995530a0ef0875556f9f46e8dbf68b
-R 39404ee872afb35ff09c42f055604afd
-U danielk1977
-Z 2a93a0c5a03fb958f7f8abea1f4df604
+P c060a9a6beca455bdceee9ce6ca71a7262f98a5f
+R f1cf792514fd75a27596e2a43ce502f1
+U drh
+Z c55669db705c2547daf67dc6154f8afd
index af79c00e1979a8239ea5e7a547f7d5a9ab01e65e..3c192ed4ae0a73f3abbf5988745ac991f598bbe9 100644 (file)
@@ -1 +1 @@
-c060a9a6beca455bdceee9ce6ca71a7262f98a5f
\ No newline at end of file
+3dc72a46171020c62e6028d113b0e0f5ab05d159
\ No newline at end of file
index ee132ca3c1f664c710f5065f5e7ec547b5fbf179..9c03cddbe4f43b1d0e78f7e1845833c31f550a14 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.370 2008/07/13 03:55:04 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.371 2008/07/14 18:38:17 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -1126,7 +1126,7 @@ struct sqlite3_mem_methods {
 ** alternative low-level mutex routines to be used in place
 ** the mutex routines built into SQLite.</dd>
 **
-** <dt>SQLITE_CONFIG_GETMALLOC</dt>
+** <dt>SQLITE_CONFIG_GETMUTEX</dt>
 ** <dd>This option takes a single argument which is a pointer to an
 ** instance of the [sqlite3_mutex_methods] structure.  The
 ** [sqlite3_mutex_methods]