Author: psteitz
Date: Sat Sep 25 14:57:54 2010
New Revision: 1001229

URL: http://svn.apache.org/viewvc?rev=1001229&view=rev
Log:
Fixed javadoc typo.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java?rev=1001229&r1=1001228&r2=1001229&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java
 Sat Sep 25 14:57:54 2010
@@ -43,7 +43,7 @@ import java.util.Iterator;
  * {...@link SummaryStatistics#addValue(double)} methods must synchronize on 
the aggregating
  * instance maintained by this class.  In multithreaded environments, if the 
functionality
  * provided by {...@link #aggregate(Collection)} is adequate, that method 
should be used
- * to avoid unecessary computation and synchronization delays.</p>
+ * to avoid unnecessary computation and synchronization delays.</p>
  *
  * @since 2.0
  * @version $Revision$ $Date$


Reply via email to