Skip to content

Commit

Permalink
Typo fixup in Malt.stop
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHatherly authored Dec 12, 2023
1 parent fc33413 commit cf34efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Malt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ _assert_is_running(w::Worker) = isrunning(w) || throw(TerminatedWorkerException(
Terminate the worker process `w` in the nicest possible way. We first try using `Base.exit`, then SIGTERM, then SIGKILL. Waits for the worker process to be terminated.
If `w` is still alive, and now terinated, `stop` returns true.
If `w` is still alive, and now terminated, `stop` returns true.
If `w` is already dead, `stop` returns `false`.
If `w` failed to terminate, throw an exception.
"""
Expand Down

0 comments on commit cf34efd

Please sign in to comment.