Author: psmith Date: Sat Sep 30 20:19:28 2006 New Revision: 3
Modified: nio.asd Log: Corrected typo in nio.asd
Modified: nio.asd ============================================================================== --- nio.asd (original) +++ nio.asd Sat Sep 30 20:19:28 2006 @@ -6,7 +6,7 @@
:components ((:file "nio") (:file "async-fd" :depends-on ("nio")) - (:file "async-socket" :depend-on ("async-fd")) + (:file "async-socket" :depends-on ("async-fd")) )
:depends-on (:cffi))