summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-09-16 22:35:26 -0400
committerMatthias Clasen <mclasen@redhat.com>2018-09-16 23:07:00 -0400
commit57ba4048de225c226fd1387e5c3a541eaefc43fa (patch)
tree47a92b07e02c35f5af7773e66e21166b9c86d47f
parent545c5f18b27bea1fd5ed5a4536a6c261f5fc1748 (diff)
downloadgtk+-57ba4048de225c226fd1387e5c3a541eaefc43fa.tar.gz
Minor doc fix
Clarify some wording.
-rw-r--r--gtk/gtkfilterlistmodel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilterlistmodel.c b/gtk/gtkfilterlistmodel.c
index 4703d66816..47def9656d 100644
--- a/gtk/gtkfilterlistmodel.c
+++ b/gtk/gtkfilterlistmodel.c
@@ -33,7 +33,7 @@
*
* #GtkFilterListModel is a list model that filters a given other
* listmodel.
- * It hides some elements from the other elements according to
+ * It hides some elements from the other model according to
* criteria given by a #GtkFilterListModelFilterFunc.
*/