You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2006/04/14 19:36:39 UTC

svn commit: r394149 - /lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java

Author: siren
Date: Fri Apr 14 10:36:36 2006
New Revision: 394149

URL: http://svn.apache.org/viewcvs?rev=394149&view=rev
Log:
Fixed typo in javadoc

Modified:
    lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java

Modified: lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java?rev=394149&r1=394148&r2=394149&view=diff
==============================================================================
--- lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java (original)
+++ lucene/nutch/trunk/src/java/org/apache/nutch/searcher/Hit.java Fri Apr 14 10:36:36 2006
@@ -71,7 +71,7 @@
    * excluded from the list which contains this hit.. */
   public boolean moreFromDupExcluded() { return moreFromDupExcluded; }
 
-  /** True if other, lower-scoring, hits with the same deup value have been
+  /** True if other, lower-scoring, hits with the same dedup value have been
    * excluded from the list which contains this hit.. */
   public void setMoreFromDupExcluded(boolean more){moreFromDupExcluded=more;}