From 7280618c7d8f5dbae182ffe992bfb6dbdde418c5 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 5 May 2020 12:12:15 -0400 Subject: [PATCH] cellarea: Cosmetics Remove an occurrence of size-allocate in a comment. --- gtk/gtkcellarea.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkcellarea.c b/gtk/gtkcellarea.c index a4351d14c3..3f743c84e7 100644 --- a/gtk/gtkcellarea.c +++ b/gtk/gtkcellarea.c @@ -223,7 +223,7 @@ * give every row its minimum or natural height or, if the model content * is expected to fit inside the layouting widget without scrolling, it * would make sense to calculate the allocation for each row at - * #GtkWidget::size-allocate time using gtk_distribute_natural_allocation(). + * the time the widget is allocated using gtk_distribute_natural_allocation(). * * # Handling Events and Driving Keyboard Focus *