diff --git a/basis/io/launcher/launcher-docs.factor b/basis/io/launcher/launcher-docs.factor index cf74113506..6f48cfcdc8 100644 --- a/basis/io/launcher/launcher-docs.factor +++ b/basis/io/launcher/launcher-docs.factor @@ -128,7 +128,7 @@ HELP: kill-process HELP: kill-process* { $values { "handle" "a process handle" } } { $contract "Kills a running process." } -{ $notes "User code should call " { $link kill-process } " intead." } ; +{ $notes "User code should call " { $link kill-process } " instead." } ; HELP: process { $class-description "A class representing a process. Instances are created by calling " { $link } "." } ;