Improve comment.

This commit is contained in:
Eli Barzilay 2013-02-19 00:22:34 -05:00
parent 2d5884b26a
commit 46894e0cc6

View File

@ -199,7 +199,7 @@
(define (ftp-download-file ftp-ports folder filename
#:progress [progress-proc #f])
;; Save the file under the name tmp.file, rename it once download is
;; Save the file under a temporary name, rename it once download is
;; complete this assures we don't over write any existing file without
;; having a good file down
(let* ([tmpfile (make-temporary-file "~a.download" #f folder)]