Fix typo
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 2 Apr 2011 18:41:37 +0000 (22:41 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 2 Apr 2011 18:41:37 +0000 (22:41 +0400)
gdk/gdk.objects.lisp

index 3c540be..4238442 100644 (file)
   ((:cffi visual colormap-visual (g-object visual)
           "gdk_colormap_get_visual" nil)
    (:cffi screen colormap-screen (g-object screen)
-          "gdk_colormap_get_screeen" nil)))
+          "gdk_colormap_get_screen" nil)))
 
 (define-g-object-class "GdkScreen" screen (:type-initializer "gdk_screen_get_type")
   ((font-options screen-font-options "font-options" "gpointer" t t)