[cl-irc-cvs] r213 - trunk

ehuelsmann at common-lisp.net ehuelsmann at common-lisp.net
Sat Aug 18 21:19:26 UTC 2012


Author: ehuelsmann
Date: Sat Aug 18 14:19:25 2012
New Revision: 213

Log:
Correct spelling error.

Patch submitted by Daniel Lowe.

Modified:
   trunk/protocol.lisp

Modified: trunk/protocol.lisp
==============================================================================
--- trunk/protocol.lisp	Mon Mar  9 15:32:32 2009	(r212)
+++ trunk/protocol.lisp	Sat Aug 18 14:19:25 2012	(r213)
@@ -339,7 +339,7 @@
                         (declare (ignore c))
                         (invoke-restart 'continue))))
                 (read-message-loop connection)))))
-    (let ((name (format nil "irc-hander-~D" (incf *process-count*))))
+    (let ((name (format nil "irc-handler-~D" (incf *process-count*))))
       (start-process #'do-loop name))))
 
 (defun stop-background-message-handler (process)




More information about the cl-irc-cvs mailing list