diff --git a/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java b/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java index ff21fe933..88378a4bb 100644 --- a/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java +++ b/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java @@ -172,7 +172,7 @@ public class NormalDistributionImpl extends AbstractContinuousDistribution /** * For this distribution, X, this method returns P(X < x). * @param x the value at which the CDF is evaluated. - * @return CDF evaluted at x. + * @return CDF evaluated at x. * @throws MathException if the algorithm fails to converge; unless * x is more than 20 standard deviations from the mean, in which case the * convergence exception is caught and 0 or 1 is returned.