From a91868496a5b9a4aeeddf8f4511a2ff86b4d7f98 Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Mon, 22 Aug 2011 21:26:44 +0200 Subject: [PATCH] Fix typo in doc comment --- gtk/gtktreemodel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktreemodel.c b/gtk/gtktreemodel.c index 02ea9c9a4..3ea382efc 100644 --- a/gtk/gtktreemodel.c +++ b/gtk/gtktreemodel.c @@ -1217,7 +1217,7 @@ gtk_tree_model_get_column_type (GtkTreeModel *tree_model, * @path: the #GtkTreePath * * Sets @iter to a valid iterator pointing to @path. If @path does - * not exist, * @iter is set to an invalid iterator and %FALSE is returned. + * not exist, @iter is set to an invalid iterator and %FALSE is returned. * * Return value: %TRUE, if @iter was set */ -- 2.43.2