From c49cd8fa29e93db38e4876cf65d51e01a66d2cb9 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sun, 28 Nov 2010 23:52:45 +0000 Subject: [PATCH] Fixed javadoc typo. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1039982 13f79535-47bb-0310-9956-ffa450edef68 --- .../commons/math/distribution/NormalDistributionImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 8a1565b39..456555bf3 100644 --- a/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java +++ b/src/main/java/org/apache/commons/math/distribution/NormalDistributionImpl.java @@ -116,7 +116,7 @@ public class NormalDistributionImpl extends AbstractContinuousDistribution * For this distribution, {@code X}, this method returns {@code P(X < x)}. * * @param x Value at which the CDF is evaluated. - * @return CDF evaluted at {@code x}. + * @return CDF evaluated at {@code x}. * @throws MathException if the algorithm fails to converge; unless * {@code x} is more than 20 standard deviations from the mean, in which * case the convergence exception is caught and 0 or 1 is returned.