From 5e1def36151aee3211e1ce7a9af5b365548351a3 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 18 Sep 2009 05:47:20 +0000 Subject: [PATCH] argument name typo svn: r16060 --- collects/scribblings/reference/paths.scrbl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/scribblings/reference/paths.scrbl b/collects/scribblings/reference/paths.scrbl index e81ea6c03a..3c2f050953 100644 --- a/collects/scribblings/reference/paths.scrbl +++ b/collects/scribblings/reference/paths.scrbl @@ -525,11 +525,11 @@ no extension, @scheme[#f] is returned.} [path (or/c path-string? path-for-some-system?)]) path-for-some-system?]{ -Finds a relative pathname with respect to @scheme[basepath] that names -the same file or directory as @scheme[path]. Both @scheme[basepath] +Finds a relative pathname with respect to @scheme[base] that names +the same file or directory as @scheme[path]. Both @scheme[base] and @scheme[path] must be simplified in the sense of @scheme[simple-form-path]. If @scheme[path] is not a proper subpath -of @scheme[basepath] (i.e., a subpath that is strictly longer), +of @scheme[base] (i.e., a subpath that is strictly longer), @scheme[path] is returned.} @defproc[(normalize-path [path path-string?]