Fix typo.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1407848 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-11-10 16:58:59 +00:00
parent ff96ac9292
commit def7381851
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ package org.apache.commons.math3.exception;
import org.apache.commons.math3.exception.util.LocalizedFormats;
/**
* Exception to be thrown when a number is not a n umber.
* Exception to be thrown when a number is not a number.
*
* @since 3.0
* @version $Id$