From 7dd0319021f74d2634898bfadeea717af0f4a33d Mon Sep 17 00:00:00 2001 From: Keita Haga Date: Fri, 4 Feb 2011 22:53:05 +0900 Subject: [PATCH] help.topics: fix typo in docs --- basis/help/topics/topics-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/topics/topics-docs.factor b/basis/help/topics/topics-docs.factor index 08195ee07d..720991a609 100644 --- a/basis/help/topics/topics-docs.factor +++ b/basis/help/topics/topics-docs.factor @@ -8,7 +8,7 @@ HELP: articles HELP: no-article { $values { "name" "an article name" } } { $description "Throws a " { $link no-article } " error." } -{ $error-description "Thrown by " { $link help } " if the given help topic does not exist, or if the help topic being dispayed links to a help topic which does not exist." } ; +{ $error-description "Thrown by " { $link help } " if the given help topic does not exist, or if the help topic being displayed links to a help topic which does not exist." } ; HELP: article { $values { "name" "an article name" } { "article" "an " { $link article } " object" } }