From: mistachkin Date: Thu, 5 Nov 2015 21:49:19 +0000 (+0000) Subject: Fix typo in help information for an FTS5 script. X-Git-Tag: version-3.10.0~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9030d0ac28066728dd77d5705bb0ff2ae5a10ffb;p=thirdparty%2Fsqlite.git Fix typo in help information for an FTS5 script. FossilOrigin-Name: 777ae8007f6ff303b120b25f2dc37d7ef6b6a4f8 --- diff --git a/ext/fts5/tool/loadfts5.tcl b/ext/fts5/tool/loadfts5.tcl index 8606930ae1..4a5aa37250 100644 --- a/ext/fts5/tool/loadfts5.tcl +++ b/ext/fts5/tool/loadfts5.tcl @@ -48,7 +48,7 @@ proc usage {} { puts stderr " -crisismerge N (set the crisismerge parameter to N)" puts stderr " -prefix PREFIX (comma separated prefix= argument)" puts stderr " -trans N (commit after N inserts - 0 == never)" - puts stderr " -hashsize N (set the fts5 hashsize parameteger to N)" + puts stderr " -hashsize N (set the fts5 hashsize parameter to N)" exit 1 } diff --git a/manifest b/manifest index 28f79199d9..daf44cfd73 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Add\sthe\s'hashsize'\sconfiguration\soption\sto\sfts5,\sfor\sconfiguring\sthe\samount\sof\smemory\sallocated\sto\sthe\sin-memory\shash\stable\swhile\swriting. -D 2015-11-05T18:09:16.776 +C Fix\stypo\sin\shelp\sinformation\sfor\san\sFTS5\sscript. +D 2015-11-05T21:49:19.879 F Makefile.in 3a705bb4bd12e194212ddbdbf068310d17153cdb F Makefile.linux-gcc 7bc79876b875010e8c8f9502eb935ca92aa3c434 F Makefile.msc 702d3e98f3afc6587a78481257f3c4c900efc3a4 @@ -184,7 +184,7 @@ F ext/fts5/test/fts5unindexed.test e9539d5b78c677315e7ed8ea911d4fd25437c680 F ext/fts5/test/fts5version.test 978f59541d8cef7e8591f8be2115ec5ccb863e2e F ext/fts5/test/fts5vocab.test c88a5554d0409494da95ba647bbdb4879b2624b0 F ext/fts5/tool/fts5txt2db.tcl c374c4c4797e8cdfadabdfaeeb5412dcd6686e84 -F ext/fts5/tool/loadfts5.tcl 84d6f1b11096e984259765874dae7d119e3cfb54 +F ext/fts5/tool/loadfts5.tcl 4cc2d6af43b58d4fac05bc4fdabd0e5862c3b2c1 F ext/fts5/tool/mkfts5c.tcl d1c2a9ab8e0ec690a52316f33dd9b1d379942f45 F ext/fts5/tool/showfts5.tcl d54da0e067306663e2d5d523965ca487698e722c F ext/icu/README.txt d9fbbad0c2f647c3fdf715fc9fd64af53aedfc43 @@ -1398,7 +1398,7 @@ F tool/vdbe_profile.tcl 246d0da094856d72d2c12efec03250d71639d19f F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4 F tool/warnings.sh 48bd54594752d5be3337f12c72f28d2080cb630b F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f -P 8303e4cfed715464c710668c2bdc58a8e3d4cd9f -R 430b0b0a24aaa42e32648f0a371f94b9 -U dan -Z 6707a1116c6926e8f57d8eea48f7af2a +P 445480095e6877cce8220b1c095f334bbb04c1c3 +R 68d01af6e20ce1ec369a81a5012243d6 +U mistachkin +Z 34f3b0f0379f36a413653d60c651c6ba diff --git a/manifest.uuid b/manifest.uuid index d4f47b12be..1f1b6d3fb2 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -445480095e6877cce8220b1c095f334bbb04c1c3 \ No newline at end of file +777ae8007f6ff303b120b25f2dc37d7ef6b6a4f8 \ No newline at end of file