[glib] docs: fix a broken sentence



commit d552a1f125eac718b988cdae654e36645c685343
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Jun 20 16:44:08 2014 -0500

    docs: fix a broken sentence

 docs/reference/gobject/tut_gtype.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gobject/tut_gtype.xml b/docs/reference/gobject/tut_gtype.xml
index c4ac673..a01cd4a 100644
--- a/docs/reference/gobject/tut_gtype.xml
+++ b/docs/reference/gobject/tut_gtype.xml
@@ -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>
 


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