Fixes pr 12216

This commit is contained in:
Jay McCarthy 2011-09-21 16:46:32 +09:00
parent 67c9e3e4af
commit c27372c43b

View File

@ -85,7 +85,7 @@ URLs to paths on the filesystem.
@defproc[(make-url->path (base path-string?))
url->path/c]{
The @racket[url-path/c] returned by this procedure considers the root
The @racket[url->path/c] returned by this procedure considers the root
URL to be @racket[base]. It ensures that @racket[".."]s in the URL
do not escape the @racket[base] and removes them silently otherwise.}