diff options
Diffstat (limited to 'gtk/gtklayout.c')
-rw-r--r-- | gtk/gtklayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtklayout.c b/gtk/gtklayout.c index 0e6bcc86e4..176f626716 100644 --- a/gtk/gtklayout.c +++ b/gtk/gtklayout.c @@ -172,7 +172,7 @@ G_DEFINE_TYPE_WITH_CODE (GtkLayout, gtk_layout, GTK_TYPE_CONTAINER, * @vadjustment: (allow-none): vertical scroll adjustment, or %NULL * * Creates a new #GtkLayout. Unless you have a specific adjustment - * you'd like the layout to use for scrolling, pass %NULL for + * you’d like the layout to use for scrolling, pass %NULL for * @hadjustment and @vadjustment. * * Return value: a new #GtkLayout |