Author: gsingers
Date: Mon Jul 5 21:34:09 2010
New Revision: 960710
URL: http://svn.apache.org/viewvc?rev=960710&view=rev
Log:
fix typo
Modified:
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/VectorDumper.java
Modified:
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/VectorDumper.java
URL:
http://svn.apache.org/viewvc/mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/VectorDumper.java?rev=960710&r1=960709&r2=960710&view=diff
==============================================================================
---
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/VectorDumper.java
(original)
+++
mahout/trunk/utils/src/main/java/org/apache/mahout/utils/vectors/VectorDumper.java
Mon Jul 5 21:34:09 2010
@@ -77,7 +77,7 @@ public final class VectorDumper {
abuilder.withName("dictionaryType").withMinimum(1).withMaximum(1).create()).withDescription(
"The dictionary file type
(text|sequencefile)").withShortName("dt").create();
Option centroidJSonOpt =
obuilder.withLongName("json").withRequired(false).withDescription(
- "Output the centroid as JSON. Otherwise it substitues in the terms for
vector cell entries")
+ "Output the centroid as JSON. Otherwise it substitutes in the terms for
vector cell entries")
.withShortName("j").create();
Option helpOpt = obuilder.withLongName("help").withDescription("Print out
help").withShortName("h")
.create();