]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the documentation. (CVS 5403)
authordrh <drh@noemail.net>
Sun, 13 Jul 2008 03:55:03 +0000 (03:55 +0000)
committerdrh <drh@noemail.net>
Sun, 13 Jul 2008 03:55:03 +0000 (03:55 +0000)
FossilOrigin-Name: d618a883304d5a84540daf5e3397de677786aff8

manifest
manifest.uuid
src/sqlite.h.in

index 3f378f28094502437b3615842a0ebf69eb85ab7d..698f87a40cd6ba25365e134b460a288823132c97 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Documentation\supdates.\s\sNo\schanges\sto\scode.\s(CVS\s5402)
-D 2008-07-12T20:35:08
+C Fix\sa\stypo\sin\sthe\sdocumentation.\s(CVS\s5403)
+D 2008-07-13T03:55:04
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a03f7cb4f7ad50bc53a788c6c544430e81f95de4
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -142,7 +142,7 @@ F src/printf.c 8e5d410220cf8650f502caf71f0de979a3f9031e
 F src/random.c 5c754319d38abdd6acd74601ee0105504adc508a
 F src/select.c b909e21358f141627d1cadfdfbdb43ec08ed0a4b
 F src/shell.c 4b835fe734304ac22a3385868cd3790c1e4f7aa1
-F src/sqlite.h.in d3375d424d5cd544be677e00e6bb6f5c097592ae
+F src/sqlite.h.in cba45393b1a1064c27204724b5174d90f114e91d
 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 03e3cfc4ccab3c6441d41ade175dc041b8fa6c98
-R 11489015ad2b9249c10d6c183f036690
+P 8be28aa0f259f0b86103e4f1e7da1adfecc4305c
+R 0469352c7a367ad90bb92709945de132
 U drh
-Z 8e531d1b9768d331244327bb2933b94f
+Z 2cd44177dc95d42b786dcb644774490e
index 46f37bbb82f9a507d5658fa464a5c8baa6522165..af9c11c351fc985df974676b98e769e0c00a4ece 100644 (file)
@@ -1 +1 @@
-8be28aa0f259f0b86103e4f1e7da1adfecc4305c
\ No newline at end of file
+d618a883304d5a84540daf5e3397de677786aff8
\ No newline at end of file
index 202759acddb54eb56b16df2f0e3fc25ea53e8d82..ee132ca3c1f664c710f5065f5e7ec547b5fbf179 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.369 2008/07/12 20:35:08 drh Exp $
+** @(#) $Id: sqlite.h.in,v 1.370 2008/07/13 03:55:04 drh Exp $
 */
 #ifndef _SQLITE3_H_
 #define _SQLITE3_H_
@@ -6100,7 +6100,7 @@ int sqlite3_status(int op, int *pCurrent, int *pHighwater, int resetFlag);
 ** outstanding at time, this parameter also reports the number of threads
 ** using scratch memory at the same time.</dd>
 **
-** <dt>SQLITE_STATUS_PAGECACHE_OVERFLOW</dt>
+** <dt>SQLITE_STATUS_SCRATCH_OVERFLOW</dt>
 ** <dd>This parameter returns the number of bytes of scratch memory
 ** allocation which could not be statisfied by the [SQLITE_CONFIG_SCRATCH]
 ** buffer and where forced to overflow to [sqlite3_malloc()].</dd>