fix typo reported by Hong Gang XU.

2005-06-16  Mathieu Lacage <mathieu@gnome.org>

	* gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
This commit is contained in:
Mathieu Lacage 2005-06-16 07:46:37 +00:00 committed by Mathieu Lacage
parent 2ac976e8aa
commit 15c7e35b33
2 changed files with 5 additions and 1 deletions

View 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 ===

View 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>