From 4e5ac3c261cb48c260d6584e5b572bf0f96e0737 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 15 Jul 2011 13:02:40 -0600 Subject: [PATCH] typo (cherry picked from commit 9e0a86696935d39b9efcd7fb512ce66c43246a89) --- collects/scribblings/raco/exe-api.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/raco/exe-api.scrbl b/collects/scribblings/raco/exe-api.scrbl index 4d66b1b775..4fb80755d5 100644 --- a/collects/scribblings/raco/exe-api.scrbl +++ b/collects/scribblings/raco/exe-api.scrbl @@ -159,7 +159,7 @@ below. When a module declares run-time paths via path (for use both by immediate execution and for creating a distribution that contains the executable). -If @racket[collects-dest] is a path insteda of @racket[#f], then +If @racket[collects-dest] is a path instead of @racket[#f], then instead of embedding collection-based modules into the executable, the modules (in compiled form, only) are copied into collections in the @racket[collects-dest] directory.