two stylistic fixes
authorStepan Kasal <skasal@src.gnome.org>
Fri, 12 Aug 2005 09:27:49 +0000 (09:27 +0000)
committerStepan Kasal <skasal@src.gnome.org>
Fri, 12 Aug 2005 09:27:49 +0000 (09:27 +0000)
docs/reference/ChangeLog
docs/reference/gobject/tut_howto.xml

index 0cf2156..01ed682 100644 (file)
@@ -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>
 
index bca4aaf..03e5c2d 100644 (file)
@@ -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