diff scripts/ode/ode15i.m @ 27956:2310164737b3 stable

fix many spelling errors (bug #57613)
author John W. Eaton <jwe@octave.org>
date Fri, 17 Jan 2020 13:15:27 -0600
parents 00f796120a6d
children c20b7290c778
line wrap: on
line diff
--- a/scripts/ode/ode15i.m	Fri Oct 18 17:24:37 2019 -0700
+++ b/scripts/ode/ode15i.m	Fri Jan 17 13:15:27 2020 -0600
@@ -374,7 +374,7 @@
 %! [t, y] = ode15i ("rob", [0, 100, 200], [1; 0; 0], [-1e-4; 1e-4; 0]);
 %! assert ([t(2), y(2,:)], fref, 1e-3);
 
-##  solve in intermidiate step
+##  solve in intermediate step
 %!testif HAVE_SUNDIALS
 %! [t, y] = ode15i (@rob, [0, 100, 200], [1; 0; 0], [-1e-4; 1e-4; 0]);
 %! assert ([t(2), y(2,:)], fref, 1e-3);