Author: luc
Date: Tue Nov 11 09:24:21 2008
New Revision: 713088

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

Modified:
    
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java

Modified: 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java?rev=713088&r1=713087&r2=713088&view=diff
==============================================================================
--- 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java
 (original)
+++ 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.java
 Tue Nov 11 09:24:21 2008
@@ -38,7 +38,7 @@
     /**
      * Updates the internal state of the statistic to reflect addition of
      * all values in the values array.  Does not clear the statistic first --
-     * i.e., the values are added <strong>incrementally</stong> to the dataset.
+     * i.e., the values are added <strong>incrementally</strong> to the 
dataset.
      * 
      * @param values  array holding the new values to add
      * @throws IllegalArgumentException if the array is null
@@ -49,7 +49,7 @@
      * Updates the internal state of the statistic to reflect addition of
      * the values in the designated portion of the values array.  Does not
      * clear the statistic first -- i.e., the values are added 
-     * <strong>incrementally</stong> to the dataset.
+     * <strong>incrementally</strong> to the dataset.
      * 
      * @param values  array holding the new values to add
      * @param start  the array index of the first value to add


Reply via email to