You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2013/03/22 12:58:11 UTC

svn commit: r1459739 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/UnivariatePeriodicInterpolator.java

Author: erans
Date: Fri Mar 22 11:58:11 2013
New Revision: 1459739

URL: http://svn.apache.org/r1459739
Log:
Typos.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/UnivariatePeriodicInterpolator.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/UnivariatePeriodicInterpolator.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/UnivariatePeriodicInterpolator.java?rev=1459739&r1=1459738&r2=1459739&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/UnivariatePeriodicInterpolator.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/interpolation/UnivariatePeriodicInterpolator.java Fri Mar 22 11:58:11 2013
@@ -80,7 +80,7 @@ public class UnivariatePeriodicInterpola
      * {@inheritDoc}
      *
      * @throws NumberIsTooSmallException if the number of extension points
-     * iss larger then the size of {@code xval}.
+     * is larger than the size of {@code xval}.
      */
     public UnivariateFunction interpolate(double[] xval,
                                           double[] yval)