From 55bb5f0cd4e2183e0a9d60a1e50864d243cd867a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 20 Mar 2009 22:40:46 -0500 Subject: [PATCH] fix typo in example --- extra/spider/spider-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/spider/spider-docs.factor b/extra/spider/spider-docs.factor index 41dd13e918..cdbd5e7e09 100644 --- a/extra/spider/spider-docs.factor +++ b/extra/spider/spider-docs.factor @@ -23,7 +23,7 @@ HELP: slurp-heap-while ARTICLE: "spider-tutorial" "Spider tutorial" "To create a new spider, call the " { $link } " word with a link to the site you wish to spider." -{ $code <" "http://concatentative.org" "> } +{ $code <" "http://concatenative.org" "> } "The max-depth is initialized to 0, which retrieves just the initial page. Let's initialize it to something more fun:" { $code <" 1 >>max-depth "> } "Now the spider will retrieve the first page and all the pages it links to in the same domain." $nl