asdf.lisp, typo.
"Johannes Grødem" <[email protected]>
| Newsgroups | gmane.lisp.cclan.general |
|---|---|
| Message-ID | <[email protected]> |
There is a typo in check-component-input: -- Johannes Grødem <OpenPGP: 5055654C>
asdf.patch
(text/x-patch, 543 B)
--- asdf.lisp~ 2003-05-13 12:54:11.000000000 +0200
+++ asdf.lisp 2003-05-13 12:54:33.000000000 +0200
@@ -953,7 +953,7 @@
(sysdef-error-component ":components must be NIL or a list of components."
type name components))
(unless (and (listp in-order-to) (listp (car in-order-to)))
- (sysdef-error-comonent ":in-order-to must be NIL or a list of components."
+ (sysdef-error-component ":in-order-to must be NIL or a list of components."
type name in-order-to)))
(defun sysdef-error-component (msg type name value)