Skip to content

Commit bb3a749

Browse files
committed
typo
1 parent 1326803 commit bb3a749

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
@@ -604,7 +604,7 @@ function check_error(integrator::DEIntegrator)
604604
# The last part:
605605
# Bail out if we take a step with dt less than the minimum value (which may be time dependent)
606606
# except if we are successfully taking such a small timestep is to hit a tstop exactly
607-
# We also exit if the ODE is unstable acording to a user chosen callbakc
607+
# We also exit if the ODE is unstable according to a user chosen callback
608608
# but only if we accepted the step to prevent from bailing out as unstable
609609
# when we just took way too big a step)
610610
step_accepted = !hasproperty(integrator, :accept_step) || integrator.accept_step

0 commit comments

Comments
 (0)