From f1c26dfdb29ea9b9d3928ac324e94fffc72405d3 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Wed, 8 Dec 2010 22:30:03 +0900 Subject: [PATCH] Fixed gtk-docs typo in gtkcellarea.c --- gtk/gtkcellarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index 59b6231c95..96d9162be3 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -1844,7 +1844,7 @@ get_cell_by_position (GtkCellRenderer *renderer, * Gets the #GtkCellRenderer at @x and @y coordinates inside @area and optionally * returns the full cell allocation for it inside @cell_area. * - * Returns value: the #GtkCellRenderer at @x and @y. + * Return value: the #GtkCellRenderer at @x and @y. * * Since: 3.0 */