From: espen Date: Sun, 20 Jan 2002 14:14:38 +0000 (+0000) Subject: Fixed spelling error in the definition of color class X-Git-Tag: clg-0-90~332 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/clg/commitdiff_plain/79527bbeb455a28d3a39a3d1706222b23903bc11 Fixed spelling error in the definition of color class --- diff --git a/gdk/gdktypes.lisp b/gdk/gdktypes.lisp index f2cd35e..12d87a7 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 @@ (defclass color (boxed) :type unsigned-short) (green :allocation :alien - :accessor color-grenn + :accessor color-green :type unsigned-short) (blue :allocation :alien