fix typo in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@598074 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2007-11-25 22:42:41 +00:00
parent f668a48266
commit 1a7f578c26
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ public class Explanation implements java.io.Serializable {
}
/**
* Indicates wether or not this Explanation models a good match.
* Indicates whether or not this Explanation models a good match.
*
* <p>
* By default, an Explanation represents a "match" if the value is positive.