1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Another typo in the Porter stemmer check-in. (CVS 3455)

FossilOrigin-Name: 6696bda11ccad9663b15206592116d638aa3ff0a
This commit is contained in:
drh
2006-10-01 20:41:03 +00:00
parent b3be9815a1
commit f02a759980
3 changed files with 9 additions and 9 deletions

View File

@@ -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