glib r7646 - in trunk/docs/reference: . gobject



Author: behdad
Date: Mon Nov 10 14:37:21 2008
New Revision: 7646
URL: http://svn.gnome.org/viewvc/glib?rev=7646&view=rev

Log:
2008-11-10  Behdad Esfahbod  <behdad gnome org>

        Bug 559448 â GObject Reference Manual (typo)

        * gobject/tut_gobject.xml: Fix typo. 



Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gobject/tut_gobject.xml

Modified: trunk/docs/reference/gobject/tut_gobject.xml
==============================================================================
--- trunk/docs/reference/gobject/tut_gobject.xml	(original)
+++ trunk/docs/reference/gobject/tut_gobject.xml	Mon Nov 10 14:37:21 2008
@@ -623,7 +623,7 @@
       <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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]