From d442b590225463d9a8c96a11095d7bf63ba9dde4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Nov 2008 14:37:21 +0000 Subject: [PATCH] =?utf8?q?Bug=20559448=20=E2=80=93=20GObject=20Reference?= =?utf8?q?=20Manual=20(typo)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2008-11-10 Behdad Esfahbod Bug 559448 – GObject Reference Manual (typo) * gobject/tut_gobject.xml: Fix typo. svn path=/trunk/; revision=7646 --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gobject/tut_gobject.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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. -- 2.34.1