You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2014/10/16 02:24:09 UTC

git commit: Fixed javadoc typo.

Repository: commons-math
Updated Branches:
  refs/heads/master d26810c0d -> a51908af1


Fixed javadoc typo.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a51908af
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a51908af
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/a51908af

Branch: refs/heads/master
Commit: a51908af1d49d968ee919c221cbd9a8593b1f21c
Parents: d26810c
Author: Phil Steitz <ph...@gmail.com>
Authored: Wed Oct 15 15:54:27 2014 -0700
Committer: Phil Steitz <ph...@gmail.com>
Committed: Wed Oct 15 15:54:27 2014 -0700

----------------------------------------------------------------------
 .../apache/commons/math3/exception/MathIllegalStateException.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/a51908af/src/main/java/org/apache/commons/math3/exception/MathIllegalStateException.java
----------------------------------------------------------------------
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 2bb4a71..f516536 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
  */