From f02a759980f5f14aa3859a1290764a91ca8fc957 Mon Sep 17 00:00:00 2001 From: drh Date: Sun, 1 Oct 2006 20:41:03 +0000 Subject: [PATCH] Another typo in the Porter stemmer check-in. (CVS 3455) FossilOrigin-Name: 6696bda11ccad9663b15206592116d638aa3ff0a --- manifest | 12 ++++++------ manifest.uuid | 2 +- test/fts1porter.test | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest b/manifest index 5bf50568af..3122aa213b 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Typo\sin\sprevious\scheck-in.\s(CVS\s3454) -D 2006-10-01T18:59:56 +C Another\stypo\sin\sthe\sPorter\sstemmer\scheck-in.\s(CVS\s3455) +D 2006-10-01T20:41:03 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 14c4f3ce008c206bd40589ce926bb0885dbb4007 +F test/fts1porter.test 73426d3493952f5fbca1a46f103244ad99cd92b2 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 1a2df2a61b3c84feae7587fa5b1eebf9c7e73daa -R b973f9bed8666083f3fac949f12d13fe +P a7350bf86c41c428adbfe42dc9cbb3ecf0045c25 +R e8fc3b6778614d67cb9408a9cd7f6faa U drh -Z 0c86dd61bbf6c67f3f04ff49a8355f56 +Z f4756b3a2eb03f159a028654e46fb528 diff --git a/manifest.uuid b/manifest.uuid index 35a741f89f..09a7f3d20f 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -a7350bf86c41c428adbfe42dc9cbb3ecf0045c25 \ No newline at end of file +6696bda11ccad9663b15206592116d638aa3ff0a \ No newline at end of file diff --git a/test/fts1porter.test b/test/fts1porter.test index 036f75d51d..ef62c346c1 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.3 2006/10/01 18:59:56 drh Exp $ +# $Id: fts1porter.test,v 1.4 2006/10/01 20:41:03 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 (Martin Porter - the inventor of the +# probably contact 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