diff --git a/docs/reference/gobject/tut_gtype.xml b/docs/reference/gobject/tut_gtype.xml index 15d624236..b4df241eb 100644 --- a/docs/reference/gobject/tut_gtype.xml +++ b/docs/reference/gobject/tut_gtype.xml @@ -251,7 +251,7 @@ struct _GTypeValueTable Create a macro named PREFIX_TYPE_OBJECT which always returns the GType for the associated object type. For an object of type - Bar in a libray prefixed by maman, + Bar in a library prefixed by maman, use: MAMAN_TYPE_BAR. It is common although not a convention to implement this macro using either a global static variable or a function named prefix_object_get_type.