commit fec2e55f978c9915b353360b65599b5008d6cbfb
Author: unknown <nuntius@.(none)>
Date:   Wed Jan 27 22:40:32 2010 -0500

    fix typo in 2ca0558

diff --git a/asdf.lisp b/asdf.lisp
index a1cc31c..fc0cdaf 100644
--- a/asdf.lisp
+++ b/asdf.lisp
@@ -766,7 +766,7 @@ to `~a` which is not a directory.~@:>"
                       ;; ON-DISK), but CMUCL barfs on that.
                       on-disk
                       *package*)
-                     (load asd))
+                     (load on-disk))
                    (error 'missing-definition :name name :pathname on-disk)))
           (delete-package package))))
     (let ((in-memory (system-registered-p name)))
