diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:39:53 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:39:53 -0500 |
commit | cb6483d382e1529ba94cf3e597ee3fe116745c8b (patch) | |
tree | 6b0e8661fc66c6f0569cf0ec384874d52a03c303 /gtk/gtklayout.c | |
parent | fa3f1e1488b889edefbfddd593964c2047d62d2c (diff) | |
download | gtk+-cb6483d382e1529ba94cf3e597ee3fe116745c8b.tar.gz |
docs: use apostrophe in *'d
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 |