diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gtk/gtkfeatures.h.in | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -14,6 +14,7 @@ Lars Hamann <lars@gtk.org> Tim Janik <timj@gtk.org> Stefan Jeske <stefan@gtk.org> Elliot Lee <sopwith@gtk.org> +Raph Levien <raph@gtk.org> Ian Main <imain@gtk.org> Fedrerico Mena <quartic@gtk.org> Paolo Molaro <lupus@lettere.unipd.it> diff --git a/gtk/gtkfeatures.h.in b/gtk/gtkfeatures.h.in index d88d04fd3e..6168c3d692 100644 --- a/gtk/gtkfeatures.h.in +++ b/gtk/gtkfeatures.h.in @@ -54,7 +54,7 @@ extern "C" { * - gdk_rgb_*() functions are in place. * - stringified enum values can be queried for enum types now. * - new key binding system is in place (GtkBindingSet). - * - simple algorithm for pattern matching is expoted now (GtkPatternSpec). + * - simple algorithm for pattern matching is exported now (GtkPatternSpec). */ #define GTK_HAVE_FEATURES_1_1_0 1-1-0 |