aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2012-12-11 19:10:37 +0000
committerdrh <drh@noemail.net>2012-12-11 19:10:37 +0000
commit39ac5de6c583a01c958cedd280b1766f161de677 (patch)
tree033d1f5b6393df2b61019ee46daa804165cc4523
parentbe707b396a9c43480c32b6f455f02f9b2c8e6a03 (diff)
downloadsqlite-39ac5de6c583a01c958cedd280b1766f161de677.tar.gz
sqlite-39ac5de6c583a01c958cedd280b1766f161de677.zip
Fix a typo in a comment that is used to generate
documentation. No changes to code. FossilOrigin-Name: e38adb60a7952ca9e28e496b4e4658c724a368d2
-rw-r--r--manifest12
-rw-r--r--manifest.uuid2
-rw-r--r--src/sqlite.h.in2
3 files changed, 8 insertions, 8 deletions
diff --git a/manifest b/manifest
index 0f5136bfc..b68345ead 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C When\san\sarithmetic\soperation\swith\stwo\sinteger\soperands\smust\sgive\sa\s\nfloating-point\sanswer\sdue\sto\soverflow,\smake\ssure\sthe\sanswer\sis\snot\nrounded\sback\sto\sinteger\sby\saffinity.
-D 2012-12-10T22:19:14.915
+C Fix\sa\stypo\sin\sa\scomment\sthat\sis\sused\sto\sgenerate\ndocumentation.\s\sNo\schanges\sto\scode.
+D 2012-12-11T19:10:37.876
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 690d441a758cbffd13e814dc2724a721a6ebd400
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -176,7 +176,7 @@ F src/resolve.c cdd546d62da7763119ea1fa455a898959e03457f
F src/rowset.c 64655f1a627c9c212d9ab497899e7424a34222e0
F src/select.c e6daa524bbdfa98f4abdb8cb281498f0047d3161
F src/shell.c e392dd1ccbb77cc1d75a8367a89b473c24bea019
-F src/sqlite.h.in e5552743b5b74dc675ebbdedd849ba8283424fa9
+F src/sqlite.h.in 39cc33bb08897c748fe3383c29ccf56585704177
F src/sqlite3.rc fea433eb0a59f4c9393c8e6d76a6e2596b1fe0c0
F src/sqlite3ext.h 6904f4aadf976f95241311fbffb00823075d9477
F src/sqliteInt.h d1f0866c69d94fe018a32f78c31a043e3fc0d0de
@@ -1025,7 +1025,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P 75e545a9e2614fae7db86ecfb84e41ecbe4097ba
-R 181353fe376d2fba8949034c976d8829
+P bd7aeeb691fee69dd6a562138a7aba8e8e192272
+R ff669a65bfe277dd417809f40c6cce8f
U drh
-Z d04d8a3f1a11b6d0d53258b48058f73d
+Z 76b4a41a9e5a46c1b5883e541d2a2817
diff --git a/manifest.uuid b/manifest.uuid
index 2e1ff5149..295f8303f 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-bd7aeeb691fee69dd6a562138a7aba8e8e192272 \ No newline at end of file
+e38adb60a7952ca9e28e496b4e4658c724a368d2 \ No newline at end of file
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index 0bf0be5fc..48f738121 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -1587,7 +1587,7 @@ struct sqlite3_mem_methods {
** [SQLITE_USE_URI] symbol defined.
**
** [[SQLITE_CONFIG_COVERING_INDEX_SCAN]] <dt>SQLITE_CONFIG_COVERING_INDEX_SCAN
-** <dd> This option taks a single integer argument which is interpreted as
+** <dd> This option takes a single integer argument which is interpreted as
** a boolean in order to enable or disable the use of covering indices for
** full table scans in the query optimizer. The default setting is determined
** by the [SQLITE_ALLOW_COVERING_INDEX_SCAN] compile-time option, or is "on"