Author: luc
Date: Wed Sep 10 07:51:12 2008
New Revision: 693862
URL: http://svn.apache.org/viewvc?rev=693862&view=rev
Log:
fixed typo
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
Modified:
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java?rev=693862&r1=693861&r2=693862&view=diff
==============================================================================
---
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
(original)
+++
commons/proper/math/branches/MATH_2_0/src/java/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.java
Wed Sep 10 07:51:12 2008
@@ -246,7 +246,7 @@
}
- /** Get the coefficients of the prdictor phase of the method.
+ /** Get the coefficients of the predictor phase of the method.
* <p>The coefficients are the c<sub>i</sub> terms in the following
formula:</p>
* <pre>
* y<sub>n+1</sub> = y<sub>n</sub> + h ×
∑<sub>i=0</sub><sup>i=k-1</sup> c<sub>i</sub>f<sub>n-i</sub></li>