From bbee4de33d93f94ae704a4c0e761a72b6633ea4f Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sat, 4 Dec 2010 20:54:36 +0900 Subject: Fixed typo in GtkCellArea docs. --- gtk/gtkcellarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index b80c2eaf31..90f967ad16 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -1283,7 +1283,7 @@ gtk_cell_area_add (GtkCellArea *area, /** * gtk_cell_area_remove: * @area: a #GtkCellArea - * @renderer: the #GtkCellRenderer to add to @area + * @renderer: the #GtkCellRenderer to remove from @area * * Removes @renderer from @area. * -- cgit v1.2.1