From: Stepan Kasal Date: Fri, 12 Aug 2005 09:27:49 +0000 (+0000) Subject: two stylistic fixes X-Git-Tag: GLIB_2_8_0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1200dbdc9841b29394c263fdc1be48bf7493798c;p=platform%2Fupstream%2Fglib.git two stylistic fixes --- diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 0cf2156..01ed682 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 bca4aaf..03e5c2d 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