From: Krzesimir Nowak Date: Fri, 24 Jun 2011 11:20:06 +0000 (+0200) Subject: Typo fix. X-Git-Tag: 2.29.10~35 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cacbdf0ea8792d6c11ab224f9ecc38c920f84e37;p=platform%2Fupstream%2Fglib.git Typo fix. Fixes jhbuilding gobject-introspection. --- diff --git a/gobject/glib-types.h b/gobject/glib-types.h index 1f3eb0f..db511e6 100644 --- a/gobject/glib-types.h +++ b/gobject/glib-types.h @@ -191,7 +191,7 @@ GType g_byte_array_get_type (void) G_GNUC_CONST; GType g_ptr_array_get_type (void) G_GNUC_CONST; GType g_variant_type_get_gtype (void) G_GNUC_CONST; GType g_regex_get_type (void) G_GNUC_CONST; -GType g_mach_info_get_type (void) G_GNUC_CONST; +GType g_match_info_get_type (void) G_GNUC_CONST; GType g_error_get_type (void) G_GNUC_CONST; GType g_date_time_get_type (void) G_GNUC_CONST; GType g_io_channel_get_type (void) G_GNUC_CONST;