diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-04 20:54:36 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2010-12-04 20:54:36 +0900 |
commit | bbee4de33d93f94ae704a4c0e761a72b6633ea4f (patch) | |
tree | 7bbe58b2191b836979b16b46f6f88f0f17ce6a3a /gtk/gtkcellarea.c | |
parent | b0f849eafd6c56a052a1ea8930bcff3bb0cfbc15 (diff) | |
download | gtk+-bbee4de33d93f94ae704a4c0e761a72b6633ea4f.tar.gz |
Fixed typo in GtkCellArea docs.
Diffstat (limited to 'gtk/gtkcellarea.c')
-rw-r--r-- | gtk/gtkcellarea.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |