Fix a typo (a repeated "or") in the documentation. No changes to code.

FossilOrigin-Name: 6fec6cf1fbac881a33a35ea99aac2f5f1cf27c2a
This commit is contained in:
drh 2012-05-29 17:59:11 +00:00
parent d3d8c04fd1
commit 666a1d8d1e
3 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
C Changes\ssome\sNDEBUG\smacros\sto\sSQLITE_DEBUG\sin\sos_unix.c.\s\sThe\sis\sa\snotational\nchange\sonly\sand\sreally\sshould\snot\seffect\sthe\scode.
D 2012-05-29T17:02:40.005
C Fix\sa\stypo\s(a\srepeated\s"or")\sin\sthe\sdocumentation.\s\sNo\schanges\sto\scode.
D 2012-05-29T17:59:11.464
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 4f37eb61be9d38643cdd839a74b8e3bad724cfcf
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@ -180,7 +180,7 @@ F src/resolve.c b3c70ab28cac60de33684c9aa9e5138dcf71d6dd
F src/rowset.c f6a49f3e9579428024662f6e2931832511f831a1
F src/select.c f6c4833c4d8e94714761d99013d74f381e084f1d
F src/shell.c c16f72e34f611f060546709564c121a67cb2b31b
F src/sqlite.h.in 031d506fc8db023b64f15a4d7369ea0c5f51ee1e
F src/sqlite.h.in 922d2907cc2b0177b2c4a3b462f04937750d6edd
F src/sqlite3ext.h 6904f4aadf976f95241311fbffb00823075d9477
F src/sqliteInt.h 97ccae71ae0a4e924dcb9fab14eb4fc4839790da
F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
@ -1004,7 +1004,7 @@ F tool/tostr.awk e75472c2f98dd76e06b8c9c1367f4ab07e122d06
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
F tool/warnings-clang.sh a8a0a3babda96dfb1ff51adda3cbbf3dfb7266c2
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
P 0abdc2903d8b3f86cad426e1bac2a959d1b1f7dd
R 99e554d1747c9743d7f383f83e1b186d
P 8e3025709e4954803919c84f3a810c7c63c60601
R e031c8ae243dc6a28631e4783394147f
U drh
Z 66446fe8bdcb030202f3dea3dae3cedf
Z 995b9ed856717b20346127daae7e1bdf

View File

@ -1 +1 @@
8e3025709e4954803919c84f3a810c7c63c60601
6fec6cf1fbac881a33a35ea99aac2f5f1cf27c2a

View File

@ -2581,7 +2581,7 @@ void sqlite3_progress_handler(sqlite3*, int, int(*)(void*), void*);
** access, as if SQLITE_OPEN_READWRITE (but not SQLITE_OPEN_CREATE) had
** been set. ^Value "rwc" is equivalent to setting both
** SQLITE_OPEN_READWRITE and SQLITE_OPEN_CREATE. ^If the mode option is
** set to "memory" then a pure [in-memory database] that never reads or
** set to "memory" then a pure [in-memory database] that never reads
** or writes from disk is used. ^It is an error to specify a value for
** the mode parameter that is less restrictive than that specified by
** the flags passed in the third parameter to sqlite3_open_v2().