From 35059f2c0415fbd521632d29ecb91e8c93545e0e Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Tue, 23 Mar 2010 11:59:43 +0100 Subject: [PATCH] Correct typo of libray/ library in GObject tutorial Fixes bug #613667 --- docs/reference/gobject/tut_gtype.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gobject/tut_gtype.xml b/docs/reference/gobject/tut_gtype.xml index 15d6242..b4df241 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. -- 2.7.4