From: espen Date: Sun, 20 Jan 2002 14:14:38 +0000 (+0000) Subject: Fixed spelling error in the definition of color class X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/ceebb351fb60b14d176efffa22bc38d0df29c6af Fixed spelling error in the definition of color class --- diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index 3ffc850..68be4b9 100644 --- a/gdk/gdktypes.lisp +++ b/gdk/gdktypes.lisp @@ -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 @@ :type unsigned-short) (green :allocation :alien - :accessor color-grenn + :accessor color-green :type unsigned-short) (blue :allocation :alien