fix typo reported by Hong Gang XU.
authorMathieu Lacage <mathieu@gnome.org>
Thu, 16 Jun 2005 07:46:37 +0000 (07:46 +0000)
committerMathieu Lacage <mathieu@src.gnome.org>
Thu, 16 Jun 2005 07:46:37 +0000 (07:46 +0000)
2005-06-16  Mathieu Lacage <mathieu@gnome.org>

* gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.

docs/reference/ChangeLog
docs/reference/gobject/tut_gtype.xml

index 947120d..9e7d06d 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-16  Mathieu Lacage <mathieu@gnome.org>
+
+       * gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
+       
 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.7.0 ===
index 0fabe35..3fde1fe 100644 (file)
@@ -633,7 +633,7 @@ The class initialization process is entirely implemented in
                <entry>Last call to <function><link linkend="g-type-free-instance">g_type_free_instance</link></function> for target type</entry>
                <entry>type's base_finalize function</entry>
                <entry>On the inheritance tree of classes from fundamental type to target type. 
-                 base_init is invoked once for each class structure.</entry>
+                 base_finalize is invoked once for each class structure.</entry>
              </row>
            </tbody>
          </tgroup>