From f539581ebc5db68b9907c2b66a58b57e510d37d1 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 2 Jul 2008 06:15:24 +0000 Subject: [PATCH] typo (PR9569) svn: r10553 --- collects/r6rs/scribblings/r6rs.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/r6rs/scribblings/r6rs.scrbl b/collects/r6rs/scribblings/r6rs.scrbl index 410e40e3cb..2ecacab46e 100644 --- a/collects/r6rs/scribblings/r6rs.scrbl +++ b/collects/r6rs/scribblings/r6rs.scrbl @@ -161,7 +161,7 @@ files. Note that this technique does not support accessing reference @scheme[(duck)] is treated like @scheme[(duck main)] for finding the library, as explained in @secref["libpaths"]. Multiple paths can be provided with multiple uses of @DPFlag{path}; the paths -are search in order, and before the installation's collections. +are searched in order, and before the installation's collections. @; ----------------------------------------