Tiny typo fix.

This commit is contained in:
Murray Cumming 2011-01-28 10:10:23 +01:00
parent 5a5854f6f6
commit 3efc06a659

View File

@ -1680,9 +1680,9 @@ gtk_cell_renderer_get_aligned_area (GtkCellRenderer *cell,
* @widget: a #GtkWidget, or %NULL
* @cell_state: cell renderer state
*
* Translates the cell renderer state to a #GtkStateFlags,
* Translates the cell renderer state to #GtkStateFlags,
* based on the cell renderer and widget sensitivity, and
* the given #GtkCellRendererState
* the given #GtkCellRendererState.
*
* Returns: the widget state flags applying to @cell
*