[glib] docs: fix typos
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] docs: fix typos
- Date: Tue, 24 Jun 2014 15:50:21 +0000 (UTC)
commit 753e6ef7d78374072141bbf8fc0f3f3d7e1b57db
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Jun 24 10:49:00 2014 -0500
docs: fix typos
docs/reference/gobject/tut_howto.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
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)
</para>
<para>
- 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 <xref linkend="gobject-properties"/>, except for one
small change: it can declare the properties of the interface it
implements using <function><link
linkend="g-object-class-override-property">g_object_class_override_property</link></function>
@@ -1289,7 +1289,7 @@ maman_derived_baz_init (MamanDerivedBaz *self)
<para>
In this example MamanDerivedBaz overides the
- <function>do_action</function> interface method. In it's overridden method
+ <function>do_action</function> interface method. In its overridden method
it calls the base class implementation of the same interface method.
<programlisting>
static MamanIbazInterface *maman_ibaz_parent_interface = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]