Skip to content

Commit 8382c63

Browse files
docs: typo fixup in Malt.stop (#68)
1 parent fc33413 commit 8382c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Malt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ _assert_is_running(w::Worker) = isrunning(w) || throw(TerminatedWorkerException(
554554
555555
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.
556556
557-
If `w` is still alive, and now terinated, `stop` returns true.
557+
If `w` is still alive, and now terminated, `stop` returns true.
558558
If `w` is already dead, `stop` returns `false`.
559559
If `w` failed to terminate, throw an exception.
560560
"""

0 commit comments

Comments
 (0)