Fix typo
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 1 Sep 2009 21:04:43 +0000 (01:04 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 1 Sep 2009 21:04:43 +0000 (01:04 +0400)
gtk/gtk.tree-model.lisp

index 6dc7e17..51e2814 100644 (file)
 (defcfun (tree-model-flags "gtk_tree_model_get_flags") tree-model-flags
   (tree-model g-object))
 
-(export 'tree-modelg-flags)
+(export 'tree-model-flags)
 
 (defcfun (tree-model-n-columns "gtk_tree_model_get_n_columns") :int
   (tree-model g-object))