diff options
-rw-r--r-- | src/empathy-ft-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c index 2cb60de8e..b9839c4e3 100644 --- a/src/empathy-ft-manager.c +++ b/src/empathy-ft-manager.c @@ -463,7 +463,7 @@ ft_manager_remove_file_from_list (EmpathyFTManager *ft_manager, { gint n_row; - /* There is no last row, set iter to the last row */ + /* There is no next row, set iter to the last row */ n_row = gtk_tree_model_iter_n_children (ft_manager->priv->model, NULL); if (n_row > 0) gtk_tree_model_iter_nth_child (ft_manager->priv->model, &iter, NULL, |