diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:35:54 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 13:35:54 -0500 |
commit | 285d216d3e100496e4c732c2e15741c4bb50ddbc (patch) | |
tree | ae2f0786886356905a32ddf6828f3463ff4bd1b7 /gtk/gtkentry.c | |
parent | e34bd4137d4fba33b2cbea927fdcc829b1983aaa (diff) | |
download | gtk+-285d216d3e100496e4c732c2e15741c4bb50ddbc.tar.gz |
docs: use apostrophe in *'ll
Diffstat (limited to 'gtk/gtkentry.c')
-rw-r--r-- | gtk/gtkentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 4fbfb0d8bb..6c364a611e 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -8107,7 +8107,7 @@ gtk_entry_text_index_to_layout_index (GtkEntry *entry, * is clicked. * * Note that as the user scrolls around in the entry the offsets will - * change; you'll need to connect to the “notify::scroll-offset” + * change; you’ll need to connect to the “notify::scroll-offset” * signal to track this. Remember when using the #PangoLayout * functions you need to convert to and from pixels using * PANGO_PIXELS() or #PANGO_SCALE. |