fix minor typo in javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@692109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2008-09-04 15:36:08 +00:00
parent e398f4e930
commit f262830a7f
1 changed files with 1 additions and 1 deletions

View File

@ -746,7 +746,7 @@ public abstract class IndexReader {
/** Returns an enumeration of all terms starting at a given term. If
* the given term does not exist, the enumeration is positioned at the
* first term greater than the supplied therm. The enumeration is
* first term greater than the supplied term. The enumeration is
* ordered by Term.compareTo(). Each term is greater than all that
* precede it in the enumeration.
* @throws IOException if there is a low-level IO error