Author: sslavic
Date: Sun Sep 22 21:28:55 2013
New Revision: 1525451

URL: http://svn.apache.org/r1525451
Log:
Fixed typo in javadoc

Modified:
    
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/sgd/CsvRecordFactory.java

Modified: 
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/sgd/CsvRecordFactory.java
URL: 
http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/classifier/sgd/CsvRecordFactory.java?rev=1525451&r1=1525450&r2=1525451&view=diff
==============================================================================
--- 
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/sgd/CsvRecordFactory.java
 (original)
+++ 
mahout/trunk/core/src/main/java/org/apache/mahout/classifier/sgd/CsvRecordFactory.java
 Sun Sep 22 21:28:55 2013
@@ -163,7 +163,7 @@ public class CsvRecordFactory implements
   /**
    * Defines the number of target variable categories, but allows this parser 
to
    * pick encodings for them as they appear.
-   * @param max  The number of categories that will be excpeted.  Once this 
many have been
+   * @param max  The number of categories that will be expected.  Once this 
many have been
    * seen, all others will get the encoding max-1.
    */
   @Override


Reply via email to