Fixed typo.

This commit is contained in:
jjgarcia 2003-07-15 14:09:36 +00:00
parent 264836b63f
commit 7470949f30

View file

@ -138,7 +138,7 @@ Sunday is the *last* day of the week!!"
(let* (d)
(dolist (item (pathname-directory a-pathname))
(setf d (nconc d (list item)))
(let ((p (make-pathname :directory d :default a-pathname)))
(let ((p (make-pathname :directory d :defaults a-pathname)))
(unless (or (symbolp item) (si::file-kind p nil))
(si::mkdir p #o777))))))