docs: fix typo in gtkbuildable

https://bugzilla.gnome.org/show_bug.cgi?id=690305
This commit is contained in:
Volker Sobek 2012-12-16 19:58:31 +01:00 committed by Sébastien Wilmet
parent f48e9b1d20
commit d2c6a6bdfe

View File

@ -21,7 +21,7 @@
* @Short_description: Interface for objects that can be built by GtkBuilder
* @Title: GtkBuildable
*
* GtkBuildable allows objects to extend and customize thier deserialization
* GtkBuildable allows objects to extend and customize their deserialization
* from <link linkend="BUILDER-UI">GtkBuilder UI descriptions</link>.
* The interface includes methods for setting names and properties of objects,
* parsing custom tags and constructing child objects.