io.launcher: fix typo in docs

db4
Keita Haga 2011-01-08 23:05:32 +09:00
parent ca3ea7b199
commit a093c454c1
1 changed files with 1 additions and 1 deletions

View File

@ -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 <process> } "." } ;