docs: fix a broken sentence
authorMichael Catanzaro <mcatanzaro@gnome.org>
Fri, 20 Jun 2014 21:44:08 +0000 (16:44 -0500)
committerMichael Catanzaro <mcatanzaro@gnome.org>
Fri, 20 Jun 2014 21:44:59 +0000 (16:44 -0500)
docs/reference/gobject/tut_gtype.xml

index c4ac673..a01cd4a 100644 (file)
@@ -566,9 +566,9 @@ void           g_type_free_instance   (GTypeInstance *instance);
             referred to as finalization in GType) is the symmetric process of 
             the initialization: interfaces are destroyed first. 
             Then, the most derived 
-            class_finalize (<link linkend="GClassFinalizeFunc"><type>GClassFinalizeFunc</type></link>) function is invoked. The 
+            class_finalize (<link linkend="GClassFinalizeFunc"><type>GClassFinalizeFunc</type></link>) function is invoked. Finally, the
             base_class_finalize (<link linkend="GBaseFinalizeFunc"><type>GBaseFinalizeFunc</type></link>) functions are 
-            Finally invoked from bottom-most most-derived type to top-most fundamental type and 
+            invoked from bottom-most most-derived type to top-most fundamental type and
             the class structure is freed.
           </para>