Author: psteitz
Date: Sat Aug 13 06:28:22 2011
New Revision: 1157339

URL: http://svn.apache.org/viewvc?rev=1157339&view=rev
Log:
Fixed javadoc typo.

Modified:
    
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/SimpleRegression.java

Modified: 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/SimpleRegression.java
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/SimpleRegression.java?rev=1157339&r1=1157338&r2=1157339&view=diff
==============================================================================
--- 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/SimpleRegression.java
 (original)
+++ 
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/SimpleRegression.java
 Sat Aug 13 06:28:22 2011
@@ -43,7 +43,7 @@ import org.apache.commons.math.util.Fast
  * <li> When there are fewer than two observations in the model, or when
  * there is no variation in the x values (i.e. all x values are the same)
  * all statistics return <code>NaN</code>. At least two observations with
- * different x coordinates are requred to estimate a bivariate regression
+ * different x coordinates are required to estimate a bivariate regression
  * model.
  * </li>
  * <li> getters for the statistics always compute values based on the current


Reply via email to