? ChangeLog
? changelog
? menu-1.lisp
? nohup.out
? Backends/CLX/medium-trashed.lisp
? Backends/CLX/port-trashed.lisp
Index: panes.lisp
===================================================================
RCS file: /project/mcclim/cvsroot/mcclim/panes.lisp,v
retrieving revision 1.155
diff -u -r1.155 panes.lisp
--- panes.lisp	29 Aug 2005 22:39:31 -0000	1.155
+++ panes.lisp	16 Oct 2005 18:05:06 -0000
@@ -367,7 +367,7 @@
    (new-width :initform nil)
    (new-height :initform nil)
    (redisplay-needed :accessor pane-redisplay-needed
-		     :initarg :redisplay-neeeded :initform nil))
+		     :initarg :redisplay-needed :initform nil))
   (:documentation ""))
 
 (defmethod print-object ((pane pane) sink)
@@ -2250,7 +2250,7 @@
 		       :initarg :end-of-line-action
 		       :reader pane-end-of-line-action)
    (end-of-page-action :initform :scroll
-		       :initarg :end-of-line-action
+		       :initarg :end-of-page-action
 		       :reader pane-end-of-page-action)
    ;; Slots of space-requirement-options-mixin defined with accessors for our
    ;; convenience
