Fix misspelling in javadoc comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@383355 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2006-03-05 17:05:18 +00:00
parent 0e28bac0d8
commit 9ad7f217ce

View File

@ -36,7 +36,7 @@ public abstract class FilteredTermEnum extends TermEnum {
/** Equality measure on the term */
public abstract float difference();
/** Indiciates the end of the enumeration has been reached */
/** Indicates the end of the enumeration has been reached */
protected abstract boolean endEnum();
protected void setEnum(TermEnum actualEnum) throws IOException {