Fixed typo in GtkCellArea docs.

This commit is contained in:
Tristan Van Berkom 2010-12-04 20:54:36 +09:00
parent b0f849eafd
commit bbee4de33d

View File

@ -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.
*