1
0
mirror of https://github.com/apache/commons-math.git synced 2025-02-13 13:35:56 +00:00

Fixed javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@600790 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2007-12-04 04:23:13 +00:00
parent 1cc67cf435
commit 549132c945

@ -22,7 +22,7 @@ import java.io.Serializable;
* Default implementation of
* {@link org.apache.commons.math.stat.descriptive.DescriptiveStatistics}.
*
* @deprectated to be removed in commons-math 2.0.
* @deprecated to be removed in commons-math 2.0.
* Use {@link DescriptiveStatisitics}
*
* @version $Revision$ $Date$