From: Behdad Esfahbod Date: Mon, 10 Nov 2008 14:37:21 +0000 (+0000) Subject: Bug 559448 – GObject Reference Manual (typo) X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d442b590225463d9a8c96a11095d7bf63ba9dde4;p=dana%2Fcg-glib.git Bug 559448 – GObject Reference Manual (typo) 2008-11-10 Behdad Esfahbod Bug 559448 – GObject Reference Manual (typo) * gobject/tut_gobject.xml: Fix typo. svn path=/trunk/; revision=7646 --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 28b55fd6..3bcf034e 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +2008-11-10 Behdad Esfahbod + + Bug 559448 – GObject Reference Manual (typo) + + * gobject/tut_gobject.xml: Fix typo. + 2008-11-03 Matthias Clasen Bug 552776 – ac_cv_func_posix_getgrgid_r not mentioned diff --git a/docs/reference/gobject/tut_gobject.xml b/docs/reference/gobject/tut_gobject.xml index 61fe4b74..e819b532 100644 --- a/docs/reference/gobject/tut_gobject.xml +++ b/docs/reference/gobject/tut_gobject.xml @@ -623,7 +623,7 @@ g_value_unset (&val); object_set_property which first walks the class hierarchy, from bottom, most derived type, to top, fundamental type to find the class which registered that property. It then tries to convert the user-provided GValue - into a GValue whose type if that of the associated property. + into a GValue whose type is that of the associated property.