Author: psteitz Date: Sun May 16 23:44:51 2010 New Revision: 944938 URL: http://svn.apache.org/viewvc?rev=944938&view=rev Log: Fixed javadoc spelling error.
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TDistributionImpl.java Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TDistributionImpl.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TDistributionImpl.java?rev=944938&r1=944937&r2=944938&view=diff ============================================================================== --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TDistributionImpl.java (original) +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/distribution/TDistributionImpl.java Sun May 16 23:44:51 2010 @@ -119,7 +119,7 @@ public class TDistributionImpl /** * For this distribution, X, this method returns P(X < <code>x</code>). * @param x the value at which the CDF is evaluated. - * @return CDF evaluted at <code>x</code>. + * @return CDF evaluated at <code>x</code>. * @throws MathException if the cumulative probability can not be * computed due to convergence or other numerical errors. */