]> Pileus Git - ~andy/gtk/commitdiff
docs: fix typo in gtkbuildable
authorVolker Sobek <reklov@live.com>
Sun, 16 Dec 2012 18:58:31 +0000 (19:58 +0100)
committerSébastien Wilmet <swilmet@gnome.org>
Fri, 4 Jan 2013 14:36:32 +0000 (15:36 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=690305

gtk/gtkbuildable.c

index 47cd426a4179adeecd14c593cdaadf0bcb109895..8867cfd333d41d5eba01ceb227595ab776b41af6 100644 (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.