We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1326803 commit bb3a749Copy full SHA for bb3a749
src/integrator_interface.jl
@@ -604,7 +604,7 @@ function check_error(integrator::DEIntegrator)
604
# The last part:
605
# Bail out if we take a step with dt less than the minimum value (which may be time dependent)
606
# 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
+ # We also exit if the ODE is unstable according to a user chosen callback
608
# but only if we accepted the step to prevent from bailing out as unstable
609
# when we just took way too big a step)
610
step_accepted = !hasproperty(integrator, :accept_step) || integrator.accept_step
0 commit comments