fix typo (PR 9955)

svn: r12658
This commit is contained in:
Matthew Flatt 2008-12-01 11:27:35 +00:00
parent 30adf7980a
commit df62fbad79

View File

@ -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.}