From 6d9a0d432a736cc2637303d16be5841791c05979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Sun, 9 Jul 2017 14:30:45 +0200 Subject: [PATCH] widget: Fix a widget/container mixup --- gtk/gtkwidget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 06828f28ba..867e2a662d 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -15572,7 +15572,7 @@ gtk_widget_forall (GtkWidget *widget, * gtk_widget_snapshot_child: * @widget: a #GtkWidget * @child: a child of @widget - * @snapshot: #GtkSnapshot as passed to the container. In particular, no + * @snapshot: #GtkSnapshot as passed to the widget. In particular, no * calls to gtk_snapshot_offset() should have been applied by the * parent. *