From 79da3551e3c9d30f6c46474d169d0033b3cf3b44 Mon Sep 17 00:00:00 2001 From: Emmanuel Fleury Date: Sat, 20 Jul 2019 16:05:12 +0200 Subject: [PATCH] Fix typo in G_DECLARE_DERIVABLE_TYPE documentation Closes issue #1838 --- gobject/gtype.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gobject/gtype.h b/gobject/gtype.h index 1362a0816..a4c777c56 100644 --- a/gobject/gtype.h +++ b/gobject/gtype.h @@ -1420,8 +1420,8 @@ guint g_type_get_type_registration_serial (void); * @OBJ_NAME: The bare name of the type, in all caps (like 'WIDGET') * @ParentName: the name of the parent type, in camel case (like GtkWidget) * - * A convenience macro for emitting the usual declarations in the header file for a type which will is intended - * to be subclassed. + * A convenience macro for emitting the usual declarations in the + * header file for a type which is intended to be subclassed. * * You might use it in a header as follows: *