summaryrefslogtreecommitdiff
path: root/gtk/gtkbuilderparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkbuilderparser.c')
-rw-r--r--gtk/gtkbuilderparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkbuilderparser.c b/gtk/gtkbuilderparser.c
index d7db5b2bb7..78385499a9 100644
--- a/gtk/gtkbuilderparser.c
+++ b/gtk/gtkbuilderparser.c
@@ -2010,9 +2010,9 @@ end_element (GtkBuildableParseContext *context,
{
RequiresInfo *req_info = state_pop_info (data, RequiresInfo);
- /* TODO: Allow third party widget developers to check thier
+ /* TODO: Allow third party widget developers to check their
* required versions, possibly throw a signal allowing them
- * to check thier library versions here.
+ * to check their library versions here.
*/
if (!strcmp (req_info->library, "gtk+"))
{