From: Michael Catanzaro Date: Tue, 24 Jun 2014 15:49:00 +0000 (-0500) Subject: docs: fix typos X-Git-Tag: 2.41.2~61 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=753e6ef7d78374072141bbf8fc0f3f3d7e1b57db;p=platform%2Fupstream%2Fglib.git docs: fix typos --- diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml index 5fe5112..dea09dc 100644 --- a/docs/reference/gobject/tut_howto.xml +++ b/docs/reference/gobject/tut_howto.xml @@ -1140,7 +1140,7 @@ maman_ibaz_default_init (MamanIbazInteface *iface) - An implementation declares and defines it's properties in the usual + An implementation declares and defines its properties in the usual way as explained in , except for one small change: it can declare the properties of the interface it implements using g_object_class_override_property @@ -1289,7 +1289,7 @@ maman_derived_baz_init (MamanDerivedBaz *self) In this example MamanDerivedBaz overides the - do_action interface method. In it's overridden method + do_action interface method. In its overridden method it calls the base class implementation of the same interface method. static MamanIbazInterface *maman_ibaz_parent_interface = NULL;