From a51908af1d49d968ee919c221cbd9a8593b1f21c Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Wed, 15 Oct 2014 15:54:27 -0700 Subject: [PATCH] Fixed javadoc typo. --- .../commons/math3/exception/MathIllegalStateException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java b/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java index 2bb4a7100..f5165366b 100644 --- a/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java +++ b/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java @@ -24,7 +24,7 @@ import org.apache.commons.math3.exception.util.ExceptionContextProvider; /** * Base class for all exceptions that signal that the process * throwing the exception is in a state that does not comply with - * the set of states the it is designed to be in. + * the set of states that it is designed to be in. * * @since 2.2 */