Skip to content

Commit ae46af6

Browse files
committed
typo
1 parent 429c570 commit ae46af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrator_interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ function check_error(integrator::DEIntegrator)
603603

604604
# The last part:
605605
# Bail out if we take a step with dt less than the minimum value (which may be time dependent)
606-
# except if we are sucessfully taking such a small timestep is to hit a tstop exactly
606+
# except if we are successfully taking such a small timestep is to hit a tstop exactly
607607
# We also exit if the ODE is unstable (by default this is the same as nonfinite u)
608608
# but only consider the ODE unstable if the error is somewhat controlled
609609
# (to prevent from bailing out as unstable when we just took way too big a step)

0 commit comments

Comments
 (0)