Correct typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-03-27 12:43:59 +00:00
parent 9901f0a29c
commit 798dc16c7b
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ public class DisMaxRequestHandler extends RequestHandlerBase {
@Override
public String getDescription() {
return "DisjunctionMax Request Handler: Does relevancy based queries "
+ "accross a variety of fields using configured boosts";
+ "across a variety of fields using configured boosts";
}
@Override