chiark / gitweb /
Fixed spelling error in the definition of color class
authorespen <espen>
Sun, 20 Jan 2002 14:14:38 +0000 (14:14 +0000)
committerespen <espen>
Sun, 20 Jan 2002 14:14:38 +0000 (14:14 +0000)
gdk/gdktypes.lisp

index 3ffc850a899d4d2b9dfceda483e531218edd9473..68be4b9cfe7e223368c55112a146a3203449eca5 100644 (file)
@@ -15,7 +15,7 @@
 ;; License along with this library; if not, write to the Free Software
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-;; $Id: gdktypes.lisp,v 1.5 2001-11-12 22:29:17 espen Exp $
+;; $Id: gdktypes.lisp,v 1.6 2002-01-20 14:14:38 espen Exp $
 
 (in-package "GDK")
 
@@ -33,7 +33,7 @@ (defclass color (boxed)
     :type unsigned-short)
    (green
     :allocation :alien
-    :accessor color-grenn
+    :accessor color-green
     :type unsigned-short)
    (blue
     :allocation :alien