From 3dda1c5b64610c381624c17358f60b514ff03091 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 12 May 2015 07:44:44 -0400 Subject: [PATCH] Docs: Typo fix --- gtk/gtktreestore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreestore.c b/gtk/gtktreestore.c index 294c719845..cec1b1e638 100644 --- a/gtk/gtktreestore.c +++ b/gtk/gtktreestore.c @@ -35,7 +35,7 @@ * @See_also: #GtkTreeModel * * The #GtkTreeStore object is a list model for use with a #GtkTreeView - * widget. It implements the #GtkTreeModel interface, and consequentialy, + * widget. It implements the #GtkTreeModel interface, and consequentially, * can use all of the methods available there. It also implements the * #GtkTreeSortable interface so it can be sorted by the view. Finally, * it also implements the tree