From 7d97cbecb4879bef56c61d508860865685483343 Mon Sep 17 00:00:00 2001 From: Rodolfo Henrique Carvalho Date: Tue, 17 Jan 2012 16:57:48 -0200 Subject: [PATCH] Update collects/scribblings/reference/filesystem.scrbl --- collects/scribblings/reference/filesystem.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/reference/filesystem.scrbl b/collects/scribblings/reference/filesystem.scrbl index 4c8e941ed0..da39e016b5 100644 --- a/collects/scribblings/reference/filesystem.scrbl +++ b/collects/scribblings/reference/filesystem.scrbl @@ -189,11 +189,11 @@ standard library collection directory (see @secref["collects"]). In this case, @racket[program] is the name used to start Racket and @racket[related] is @racket["collects"]. The @racket[related-sub] argument is used because, on @|AllUnix|, @racket[program-sub] may -involve to a sequence of soft links; in this case, +evolve to a sequence of soft links; in this case, @racket[related-sub] determines which link in the chain is relevant. If @racket[related-sub] is not @racket[#f], then when -@racket[find-executable-path] does not finds a @racket[program-sub] +@racket[find-executable-path] does not find a @racket[program-sub] that is a link to another file path, the search can continue with the destination of the link. Further links are inspected until @racket[related-sub] is found or the end of the chain of links is