fixed typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@573558 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2007-09-07 12:29:07 +00:00
parent 6c761bde63
commit 373f0d777f
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ public class CheckHits {
} }
TestCase.assertTrue( TestCase.assertTrue(
q+": multi valued explanation description=\""+descr q+": multi valued explanation description=\""+descr
+"\" must be 'max of plus x times others' or end with 'prodoct of'" +"\" must be 'max of plus x times others' or end with 'product of'"
+" or 'sum of:' or 'max of:' - "+expl, +" or 'sum of:' or 'max of:' - "+expl,
productOf || sumOf || maxOf || maxTimesOthers); productOf || sumOf || maxOf || maxTimesOthers);
float sum = 0; float sum = 0;