diff options
author | Stepan Kasal <skasal@src.gnome.org> | 2005-08-12 09:27:49 +0000 |
---|---|---|
committer | Stepan Kasal <skasal@src.gnome.org> | 2005-08-12 09:27:49 +0000 |
commit | 1200dbdc9841b29394c263fdc1be48bf7493798c (patch) | |
tree | 757d1969e154f646f4a3dda57cb1a20d8d63495d /docs/reference | |
parent | 12058f15e8c2f28ad6d888a4fd5f4823291e0d7d (diff) |
two stylistic fixes
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/ChangeLog | 2 | ||||
-rw-r--r-- | docs/reference/gobject/tut_howto.xml | 4 |
2 files changed, 3 insertions, 3 deletions
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 <mclasen@redhat.com> 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*/ </programlisting> - This code is almost exactly similar to the code for a normal <type><link linkend="GType">GType</link></type> + This code is the same as the code for a normal <type><link linkend="GType">GType</link></type> which derives from a <type><link linkend="GObject">GObject</link></type> except for a few details: <itemizedlist> <listitem><para> @@ -871,7 +871,7 @@ void maman_ibaz_do_action (MamanIbaz *self) </sect1> <sect1 id="howto-interface-implement"> - <title>How To define and implement an implementation of an Interface?</title> + <title>How To define implement an Interface?</title> <para> Once the interface is defined, implementing it is rather trivial. Source code showing how to do this |