diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 0cf215645..01ed68202 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -3,7 +3,7 @@ Fix typos: Invokation --> Invocation (in various places) * glib/tmpl/error_reporting.sgml: Fix a typo. - * gobject/tut_howto.xml: Several typos. + * gobject/tut_howto.xml: Several typos and stylistic changes. 2005-08-05 Matthias Clasen diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index bca4aaff6..03e5c2d95 100644 --- a/docs/reference/gobject/tut_howto.xml +++ b/docs/reference/gobject/tut_howto.xml @@ -797,7 +797,7 @@ void maman_ibaz_do_action (MamanIbaz *self); #endif /*MAMAN_IBAZ_H*/ - This code is almost exactly similar to the code for a normal GType + This code is the same as the code for a normal GType which derives from a GObject except for a few details: @@ -871,7 +871,7 @@ void maman_ibaz_do_action (MamanIbaz *self) - How To define and implement an implementation of an Interface? + How To define implement an Interface? Once the interface is defined, implementing it is rather trivial. Source code showing how to do this