diff --git a/src/fix_halt.cpp b/src/fix_halt.cpp index 301e678e38..da46353b6a 100644 --- a/src/fix_halt.cpp +++ b/src/fix_halt.cpp @@ -182,7 +182,7 @@ void FixHalt::end_of_step() void FixHalt::post_run() { - // continue halt -> subsequent runs are allowd + // continue halt -> subsequent runs are allowed if (eflag == CONTINUE) timer->reset_timeout(); }