You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ot...@apache.org on 2006/06/29 05:48:22 UTC

svn commit: r417928 - /lucene/nutch/trunk/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java

Author: otis
Date: Wed Jun 28 20:48:21 2006
New Revision: 417928

URL: http://svn.apache.org/viewvc?rev=417928&view=rev
Log:
- Typo fix

Modified:
    lucene/nutch/trunk/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java

Modified: lucene/nutch/trunk/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java?rev=417928&r1=417927&r2=417928&view=diff
==============================================================================
--- lucene/nutch/trunk/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java (original)
+++ lucene/nutch/trunk/src/plugin/index-more/src/java/org/apache/nutch/indexer/more/MoreIndexingFilter.java Wed Jun 28 20:48:21 2006
@@ -67,7 +67,7 @@
  * content-type is indexed to support query by type:
  * last-modifed is indexed to support query by date:
  *
- * Still need to make content-legnth searchable!
+ * Still need to make content-length searchable!
  *
  * @author John Xing
  */