[beirc-cvs] CVS beirc

mretzlaff mretzlaff at common-lisp.net
Sun Sep 10 17:58:00 UTC 2006


Update of /project/beirc/cvsroot/beirc
In directory clnet:/tmp/cvs-serv24337

Modified Files:
	events.lisp 
Log Message:
"whenever" instead of "when ever" in comment. (Yeah.)


--- /project/beirc/cvsroot/beirc/events.lisp	2006/04/04 18:37:28	1.2
+++ /project/beirc/cvsroot/beirc/events.lisp	2006/09/10 17:58:00	1.3
@@ -5,7 +5,7 @@
 ;;; Although I would pretty much prefer an implementation of CLIM
 ;;; which is thread safe, I figure we better go through the central
 ;;; event loop. We define a new event class, subclass of
-;;; WINDOW-MANAGER-EVENT, and when ever we want to update the display
+;;; WINDOW-MANAGER-EVENT, and whenever we want to update the display
 ;;; we send it to the frame.
 
 (defclass foo-event (clim:window-manager-event)
@@ -20,7 +20,6 @@
      ((sheet :initarg :sheet :reader event-sheet)
       (closure :initarg :creator :reader sheet-creation-closure)
       (receiver :initarg :receiver :reader receiver)))
-
 (defun processes-supported-p ()
   (processp (current-process)))
 




More information about the Beirc-cvs mailing list