From: drh Date: Sun, 1 Oct 2006 18:59:56 +0000 (+0000) Subject: Typo in previous check-in. (CVS 3454) X-Git-Tag: version-3.6.10~2713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3be9815a1781b64216dbbceac52dfe4e66f3fcf;p=thirdparty%2Fsqlite.git Typo in previous check-in. (CVS 3454) FossilOrigin-Name: a7350bf86c41c428adbfe42dc9cbb3ecf0045c25 --- diff --git a/manifest b/manifest index 8e51f1b817..5bf50568af 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Remove\sone\snon-working\stest\scase\sfromthe\sPorter\sstemmer\stests\sand\sadd\nan\sacknowledgement\sfor\sthe\ssource\sof\sthe\stest\sdata\s(Martin\sPorter\shimself.)\s(CVS\s3453) -D 2006-10-01T18:58:32 +C Typo\sin\sprevious\scheck-in.\s(CVS\s3454) +D 2006-10-01T18:59:56 F Makefile.in cabd42d34340f49260bc2a7668c38eba8d4cfd99 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 @@ -195,7 +195,7 @@ F test/fts1a.test 46090311f85da51bb33bd5ce84f7948359c6d8d7 F test/fts1b.test 5d8a01aefbecc8b7442b36c94c05eb7a845462d5 F test/fts1c.test 8790cc74bfc3141772f5cc0252dcdef20832f755 F test/fts1d.test a73deace5c18df4a549b12908bade4f05dcf1a2f -F test/fts1porter.test fb27b24f2a97fb23e6f77bc459c818555ab86cc9 +F test/fts1porter.test 14c4f3ce008c206bd40589ce926bb0885dbb4007 F test/func.test 0ed54b5aeaad319f68016c033acfebef56f5874a F test/hook.test 7e7645fd9a033f79cce8fdff151e32715e7ec50a F test/in.test 369cb2aa1eab02296b4ec470732fe8c131260b1d @@ -402,7 +402,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 -P 936b06aaa8133e83104de87e03dc94e286a31f86 -R 481a5028b3cda808153c2005085ba6ab +P 1a2df2a61b3c84feae7587fa5b1eebf9c7e73daa +R b973f9bed8666083f3fac949f12d13fe U drh -Z ce81dd9ab374966b523ada1dc52519b9 +Z 0c86dd61bbf6c67f3f04ff49a8355f56 diff --git a/manifest.uuid b/manifest.uuid index ef318f7a51..35a741f89f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1a2df2a61b3c84feae7587fa5b1eebf9c7e73daa \ No newline at end of file +a7350bf86c41c428adbfe42dc9cbb3ecf0045c25 \ No newline at end of file diff --git a/test/fts1porter.test b/test/fts1porter.test index 5581051414..036f75d51d 100644 --- a/test/fts1porter.test +++ b/test/fts1porter.test @@ -12,7 +12,7 @@ # focus of this script is testing the FTS1 module, and in particular # the Porter stemmer. # -# $Id: fts1porter.test,v 1.2 2006/10/01 18:58:32 drh Exp $ +# $Id: fts1porter.test,v 1.3 2006/10/01 18:59:56 drh Exp $ # set testdir [file dirname $argv0] @@ -29,7 +29,7 @@ ifcapable !fts1 { # # This test data is taken from http://www.tartarus.org/martin/PorterStemmer/ # There is no claim of copyright made on that page, but you should -# probably contain the author (Marin Porter - the inventor of the +# probably contain the author (Martin Porter - the inventor of the # Porter Stemmer algorithm) if you want to use this test data in a # commerical product of some kind. The stemmer code in FTS1 is a # complete rewrite from scratch based on the algorithm specification