summaryrefslogtreecommitdiff
path: root/gtk/gtktreelistmodel.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktreelistmodel.c')
-rw-r--r--gtk/gtktreelistmodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreelistmodel.c b/gtk/gtktreelistmodel.c
index 96fe9b4dff..35f1fe3ab0 100644
--- a/gtk/gtktreelistmodel.c
+++ b/gtk/gtktreelistmodel.c
@@ -736,7 +736,7 @@ gtk_tree_list_model_init (GtkTreeListModel *self)
* @passthrough: %TRUE to pass through items from the models
* @autoexpand: %TRUE to set the autoexpand property and expand the @root model
* @create_func: Function to call to create the `GListModel` for the children
- * of an item
+ * of an item
* @user_data: (closure): Data to pass to @create_func
* @user_destroy: Function to call to free @user_data
*