30 Sep
2006
30 Sep
'06
7:19 p.m.
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))