From df62fbad7910b120196b5c9ccb5a3b2ec1488dc2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 1 Dec 2008 11:27:35 +0000 Subject: [PATCH] fix typo (PR 9955) svn: r12658 --- collects/scribblings/reference/filesystem.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/scribblings/reference/filesystem.scrbl b/collects/scribblings/reference/filesystem.scrbl index 20c6fba204..06f2f72270 100644 --- a/collects/scribblings/reference/filesystem.scrbl +++ b/collects/scribblings/reference/filesystem.scrbl @@ -225,7 +225,7 @@ exception.} @defproc[(delete-file [path path-string?]) void?]{ -Feletes the file with path @scheme[path] if it exists, otherwise the +Deletes the file with path @scheme[path] if it exists, otherwise the @exnraise[exn:fail:filesystem]. If @scheme[path] is a link, the link is deleted rather than the destination of the link.}