From a093c454c1ff11d362936f27f0c48dc2179c86b5 Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Sat, 8 Jan 2011 23:05:32 +0900 Subject: [PATCH] io.launcher: fix typo in docs --- basis/io/launcher/launcher-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } "." } ;