diff --git a/src/java/org/apache/lucene/analysis/LengthFilter.java b/src/java/org/apache/lucene/analysis/LengthFilter.java index 9894ec20bb1..68387a1e1fa 100644 --- a/src/java/org/apache/lucene/analysis/LengthFilter.java +++ b/src/java/org/apache/lucene/analysis/LengthFilter.java @@ -22,7 +22,7 @@ import java.io.IOException; import org.apache.lucene.analysis.tokenattributes.TermAttribute; /** - * Removes words that are too long and too short from the stream. + * Removes words that are too long or too short from the stream. * * * @version $Id$