Trivial typo fix

This commit is contained in:
Matthias Clasen 2020-06-05 17:08:29 -04:00
parent 8e7395a7e3
commit fb344e8108

View File

@ -48,7 +48,7 @@ G_DECLARE_FINAL_TYPE (GtkTreeListRow, gtk_tree_list_row, GTK, TREE_LIST_ROW, GOb
* gtk_tree_list_row_set_expanded() is called.
*
* This function can return %NULL to indicate that @item is guaranteed to be
* a leave node and will never have children.
* a leaf node and will never have children.
* If it does not have children but may get children later, it should return
* an empty model that is filled once children arrive.
*