From: drh Date: Tue, 5 Apr 2011 14:22:48 +0000 (+0000) Subject: Fix a documentation typo. X-Git-Tag: version-3.7.6~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0d8bba982d43e32222650e0c795b09b34442c5fc;p=thirdparty%2Fsqlite.git Fix a documentation typo. FossilOrigin-Name: d25c17ef6e2b916923489dccaaa018a2d6525401 --- diff --git a/manifest b/manifest index e0e1861928..2b406206a1 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Merge\sthe\sscheme-parse-refactor\schanges\sinto\strunk:\s(1)\sadded\nsqlite3SchemaMutexHeld()\sasserts,\s(2)\sUse\s-1\sinstead\sof\s0\sto\smean\n"all"\sin\ssqlite3ResetInternalSchema(),\sand\sother\scosmetic\schanges. -D 2011-04-05T13:12:28.885 +C Fix\sa\sdocumentation\stypo. +D 2011-04-05T14:22:48.053 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f F Makefile.in 7a4d9524721d40ef9ee26f93f9bd6a51dba106f2 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23 @@ -178,7 +178,7 @@ F src/resolve.c 1c0f32b64f8e3f555fe1f732f9d6f501a7f05706 F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697 F src/select.c d24406c45dd2442eb2eeaac413439066b149c944 F src/shell.c 9dc0b4bb59290c0a35256d278cab0f314987ad6a -F src/sqlite.h.in e047f69a61d604d4f8be6cf1d1bdfc68be9ba7e5 +F src/sqlite.h.in 923630d8249b66cf8a266dd53d4d094cace80164 F src/sqlite3ext.h c90bd5507099f62043832d73f6425d8d5c5da754 F src/sqliteInt.h 7b0150bfdab049b11bb2d055d065051ff734d113 F src/sqliteLimit.h a17dcd3fb775d63b64a43a55c54cb282f9726f44 @@ -926,7 +926,7 @@ F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f -P bf664b206bf6f5c1941da1986dfe2c0d1831d5e4 2aff1b0ca87a99b8ec80e696b9e8a48bb43db2c2 -R 22cfdab389baca0a36a30b474bcbf649 +P 5db4511d8a77b74be3503a7c34257ef6b07541f5 +R f66ac9973277650bde436573608ca94f U drh -Z d9847e96611c99287cdc62e449a97608 +Z c91a504724af14c0a00d31f50ea2afef diff --git a/manifest.uuid b/manifest.uuid index b996a954a3..b15abcdb11 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -5db4511d8a77b74be3503a7c34257ef6b07541f5 \ No newline at end of file +d25c17ef6e2b916923489dccaaa018a2d6525401 \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index c4dc4a6ef9..2604f67c07 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -1129,7 +1129,7 @@ int sqlite3_config(int, ...); ** [database connection] (specified in the first argument). ** ** The second argument to sqlite3_db_config(D,V,...) is the -** [SQLITE_DBCONIG_LOOKASIDE | configuration verb] - an integer code +** [SQLITE_DBCONFIG_LOOKASIDE | configuration verb] - an integer code ** that indicates what aspect of the [database connection] is being configured. ** Subsequent arguments vary depending on the configuration verb. **