summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.c
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:35:54 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-02-07 13:35:54 -0500
commit285d216d3e100496e4c732c2e15741c4bb50ddbc (patch)
treeae2f0786886356905a32ddf6828f3463ff4bd1b7 /gtk/gtkicontheme.c
parente34bd4137d4fba33b2cbea927fdcc829b1983aaa (diff)
downloadgtk+-285d216d3e100496e4c732c2e15741c4bb50ddbc.tar.gz
docs: use apostrophe in *'ll
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r--gtk/gtkicontheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c
index 84a4bb2db7..05a1ef09d8 100644
--- a/gtk/gtkicontheme.c
+++ b/gtk/gtkicontheme.c
@@ -435,7 +435,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GtkIconTheme, gtk_icon_theme, G_TYPE_OBJECT)
*
* Creates a new icon theme object. Icon theme objects are used
* to lookup up an icon by name in a particular icon theme.
- * Usually, you'll want to use gtk_icon_theme_get_default()
+ * Usually, you’ll want to use gtk_icon_theme_get_default()
* or gtk_icon_theme_get_for_screen() rather than creating
* a new icon theme object for scratch.
*