Author: sslavic
Date: Tue Aug 13 21:46:24 2013
New Revision: 1513664
URL: http://svn.apache.org/r1513664
Log:
NOJIRA Fixed typo in javadoc
Modified:
mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/common/FullRunningAverage.java
Modified: mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/common/FullRunningAverage.java
URL: http://svn.apache.org/viewvc/mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/common/FullRunningAverage.java?rev=1513664&r1=1513663&r2=1513664&view=diff
==============================================================================
--- mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/common/FullRunningAverage.java
(original)
+++ mahout/trunk/core/src/main/java/org/apache/mahout/cf/taste/impl/common/FullRunningAverage.java
Tue Aug 13 21:46:24 2013
@@ -21,7 +21,7 @@ import java.io.Serializable;
/**
* <p>
- * A simple class that can keep track of a running avearage of a series of numbers. One can
add to or remove
+ * A simple class that can keep track of a running average of a series of numbers. One can
add to or remove
* from the series, as well as update a datum in the series. The class does not actually
keep track of the
* series of values, just its running average, so it doesn't even matter if you remove/change
a value that
* wasn't added.
|