fixed typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_0@683434 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2008-08-06 22:38:28 +00:00
parent 9d3b1d2f16
commit be008314f3
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class Frequency implements Serializable {
/**
* 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>
*