From f818405dee645bba68708ecca315660bbc601412 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 10 Aug 2011 01:08:31 -0400 Subject: [PATCH] Fix typo. --- collects/scribblings/reference/places.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/places.scrbl b/collects/scribblings/reference/places.scrbl index 8caae283f6..e8ac930592 100644 --- a/collects/scribblings/reference/places.scrbl +++ b/collects/scribblings/reference/places.scrbl @@ -56,7 +56,7 @@ kinds of data that places share---enable greater parallelism than separate places. At the same time, the setup and communication costs for places can be higher than for futures. -For example, the following expression lanches two places, echoes a +For example, the following expression launches two places, echoes a message to each, and then waits for the places to terminate: @racketblock[