diff options
Diffstat (limited to 'gtk/gtktree.c')
-rw-r--r-- | gtk/gtktree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktree.c b/gtk/gtktree.c index 97079ccc0c..7f4fb981c0 100644 --- a/gtk/gtktree.c +++ b/gtk/gtktree.c @@ -595,9 +595,9 @@ gtk_tree_remove_item (GtkTree *container, g_list_free (item_list); } -/* used by gtk_tree_remove_items to make the function independant of +/* used by gtk_tree_remove_items to make the function independent of order in list of items to remove. - Sort item bu depth in tree */ + Sort item by depth in tree */ static gint gtk_tree_sort_item_by_depth(GtkWidget* a, GtkWidget* b) { |