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/11/25 23:42:41 UTC

svn commit: r598074 - /lucene/java/trunk/src/java/org/apache/lucene/search/Explanation.java

Author: dnaber
Date: Sun Nov 25 14:42:41 2007
New Revision: 598074

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

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

Modified: lucene/java/trunk/src/java/org/apache/lucene/search/Explanation.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/search/Explanation.java?rev=598074&r1=598073&r2=598074&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/search/Explanation.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/search/Explanation.java Sun Nov 25 14:42:41 2007
@@ -33,7 +33,7 @@
   }
 
   /**
-   * 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.