Repository: commons-math
Updated Branches:
  refs/heads/MATH_3_X 84fd5fe3e -> df1ce13f9


typo.

Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/874343c0
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/874343c0
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/874343c0

Branch: refs/heads/MATH_3_X
Commit: 874343c0e90e897fa9ed5020357d9ad024e7333e
Parents: 84fd5fe
Author: Luc Maisonobe <[email protected]>
Authored: Tue Dec 29 17:30:00 2015 +0100
Committer: Luc Maisonobe <[email protected]>
Committed: Tue Dec 29 17:30:00 2015 +0100

----------------------------------------------------------------------
 src/site/xdoc/userguide/ode.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/874343c0/src/site/xdoc/userguide/ode.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/userguide/ode.xml b/src/site/xdoc/userguide/ode.xml
index 4a6a3b2..74ff32b 100644
--- a/src/site/xdoc/userguide/ode.xml
+++ b/src/site/xdoc/userguide/ode.xml
@@ -315,7 +315,7 @@ public int eventOccurred(double t, double[] y, boolean 
increasing) {
           
href="../apidocs/org/apache/commons/math3/ode/JacobianMatrices.html">JacobianMatrices</a>
 class can do most of
           this as long as the local derivatives are provided to it. It will 
set up the variational equations, register
           them as secondary equations into the ODE, and it will set up the 
initial values and retrieve the intermediate
-          and finale values as Jacobian matrices.
+          and final values as Jacobian matrices.
         </p>
         <p>
           If for example the original state dimension is 6 and there are 3 
parameters, the compound state will be a 60

Reply via email to