Fix a typo.

This commit is contained in:
Dimitri Fontaine 2013-08-08 18:29:11 +02:00
parent 59b931bae4
commit 6f6f40051a

View File

@ -10,7 +10,7 @@
(load quicklisp-init))) (load quicklisp-init)))
;; now is the time to load our Quicklisp project ;; now is the time to load our Quicklisp project
(format t "Loading quicklisp and the parch project and its dependencies...") (format t "Loading quicklisp and the pgloader project and its dependencies...")
(terpri) (terpri)
(with-output-to-string (*standard-output*) (with-output-to-string (*standard-output*)
(pushnew :lparallel.with-vector-queue *features*) (pushnew :lparallel.with-vector-queue *features*)
@ -35,6 +35,7 @@
(uiop:quit)) (uiop:quit))
(run-command (slurp-file-into-string file)) (run-command (slurp-file-into-string file))
(format t "~&")
(uiop:quit)))) (uiop:quit))))