psteitz     2004/06/17 21:14:27

  Modified:    math/src/java/org/apache/commons/math/stat/univariate/moment
                        Kurtosis.java
  Log:
  Javadoc.
  
  Revision  Changes    Path
  1.21      +2 -2      
jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java
  
  Index: Kurtosis.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/math/src/java/org/apache/commons/math/stat/univariate/moment/Kurtosis.java,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- Kurtosis.java     18 Jun 2004 01:42:47 -0000      1.20
  +++ Kurtosis.java     18 Jun 2004 04:14:27 -0000      1.21
  @@ -44,7 +44,7 @@
       /** 
        * Determines whether or not this statistic can be incremented or cleared.
        * <p>
  -     * Statistics based on (contructed from) external moments cannot
  +     * Statistics based on (constructed from) external moments cannot
        * be incremented or cleared.
       */
       protected boolean incMoment = true;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to