You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2007/10/06 13:09:21 UTC

svn commit: r582478 - /lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java

Author: dnaber
Date: Sat Oct  6 04:09:20 2007
New Revision: 582478

URL: http://svn.apache.org/viewvc?rev=582478&view=rev
Log:
fix typos in javadoc

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java?rev=582478&r1=582477&r2=582478&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/Scorer.java Sat Oct  6 04:09:20 2007
@@ -78,7 +78,7 @@
 
   /**
    * Advances to the document matching this Scorer with the lowest doc Id
-   * greater then the current value of {@link #doc()} (or to the matching
+   * greater than the current value of {@link #doc()} (or to the matching
    * document with the lowest doc Id if next has never been called on
    * this Scorer).
    *
@@ -109,7 +109,7 @@
    *
    * <p>
    * The behavior of this method is undefined if the target specified is
-   * less then or equal to the current value of {@link #doc()}
+   * less than or equal to the current value of {@link #doc()}.
    * <p>
    * Behaves as if written:
    * <pre>