From 28351c17956fc41c1d9af362129d4a88a31ae2aa Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 24 Jan 2011 14:07:35 -0700 Subject: [PATCH] fix typo --- collects/scribblings/reference/exit.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/exit.scrbl b/collects/scribblings/reference/exit.scrbl index a4e52da7e8..c16afa60ae 100644 --- a/collects/scribblings/reference/exit.scrbl +++ b/collects/scribblings/reference/exit.scrbl @@ -28,7 +28,7 @@ means ``success'').} A parameter that determines a procedure to be called as the Racket process is about to exit normally. The procedure associated with this parameter is not call when @racket[exit] (or, more precisely, the -defauly @tech{exit handler}) is used to exit early. The argument to +default @tech{exit handler}) is used to exit early. The argument to the handler is the status code that is returned to the system on exit. The default executable-yield handler simply returns @|void-const|.