fixed javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@822454 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2009-10-06 19:29:52 +00:00
parent 798518841b
commit 2ed606cfc0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
package org.apache.commons.math;
/**
* Exeption thrown when a sample contains several entries at the same abscissa.
* Exception thrown when a sample contains several entries at the same abscissa.
*
* @since 1.2
* @version $Revision$ $Date$