Author: luc
Date: Wed Aug  6 15:38:28 2008
New Revision: 683434

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

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

Modified: 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/Frequency.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/Frequency.java?rev=683434&r1=683433&r2=683434&view=diff
==============================================================================
--- 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/Frequency.java
 (original)
+++ 
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/stat/Frequency.java
 Wed Aug  6 15:38:28 2008
@@ -155,7 +155,7 @@
     /**
      * Returns an Iterator over the set of values that have been added.
      * <p>
-     * If added values are itegral (i.e., integers, longs, Integers, or 
Longs), 
+     * If added values are integral (i.e., integers, longs, Integers, or 
Longs), 
      * they are converted to Longs when they are added, so the objects returned
      * by the Iterator will in this case be Longs.</p>
      * 


Reply via email to