From 4bc41222f1b1cf2458dcb9a172ef51693ec29966 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Thu, 25 May 2006 16:44:14 +0000 Subject: [PATCH] yet another typo svn: r3059 --- collects/mzlib/file.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/mzlib/file.ss b/collects/mzlib/file.ss index c76f937963..9959102327 100644 --- a/collects/mzlib/file.ss +++ b/collects/mzlib/file.ss @@ -178,7 +178,7 @@ (and (not dir?) (path? file) file))) (define (file-name-from-path name) - (file-name 'file-name-from-path)) + (file-name 'file-name-from-path nam)) (define (path-only name) (unless (path-string? name)