Fixed javadoc typo.

This commit is contained in:
Phil Steitz 2014-10-15 15:54:27 -07:00
parent d26810c0d9
commit a51908af1d
1 changed files with 1 additions and 1 deletions

View File

@ -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
*/