Bug 559448 – GObject Reference Manual (typo)
authorBehdad Esfahbod <behdad@gnome.org>
Mon, 10 Nov 2008 14:37:21 +0000 (14:37 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Mon, 10 Nov 2008 14:37:21 +0000 (14:37 +0000)
2008-11-10  Behdad Esfahbod  <behdad@gnome.org>

        Bug 559448 – GObject Reference Manual (typo)

        * gobject/tut_gobject.xml: Fix typo.

svn path=/trunk/; revision=7646

docs/reference/ChangeLog
docs/reference/gobject/tut_gobject.xml

index 28b55fd..3bcf034 100644 (file)
@@ -1,3 +1,9 @@
+2008-11-10  Behdad Esfahbod  <behdad@gnome.org>
+
+       Bug 559448 – GObject Reference Manual (typo)
+
+       * gobject/tut_gobject.xml: Fix typo.
+
 2008-11-03 Matthias Clasen  <mclasen@redhat.com>
 
        Bug 552776 – ac_cv_func_posix_getgrgid_r not mentioned
index 61fe4b7..e819b53 100644 (file)
@@ -623,7 +623,7 @@ g_value_unset (&amp;val);
       <function><link linkend="object-set-property">object_set_property</link></function> 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.
     </para>
   
     <para>