Author: gsingers
Date: Fri Nov 19 16:49:00 2010
New Revision: 1036934

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

Modified:
    
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/lucene/Driver.java

Modified: 
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/lucene/Driver.java
URL: 
http://svn.apache.org/viewvc/mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/lucene/Driver.java?rev=1036934&r1=1036933&r2=1036934&view=diff
==============================================================================
--- 
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/lucene/Driver.java
 (original)
+++ 
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/lucene/Driver.java
 Fri Nov 19 16:49:00 2010
@@ -92,7 +92,7 @@ public final class Driver {
 
     Option delimiterOpt = 
obuilder.withLongName("delimiter").withRequired(false).withArgument(
       
abuilder.withName("delimiter").withMinimum(1).withMaximum(1).create()).withDescription(
-      "The delimiter for outputing the 
dictionary").withShortName("l").create();
+      "The delimiter for outputting the 
dictionary").withShortName("l").create();
 
     Option powerOpt = 
obuilder.withLongName("norm").withRequired(false).withArgument(
       
abuilder.withName("norm").withMinimum(1).withMaximum(1).create()).withDescription(


Reply via email to