summaryrefslogtreecommitdiff
path: root/gtk/gtkfilesystem.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/gtkfilesystem.c
parente34bd4137d4fba33b2cbea927fdcc829b1983aaa (diff)
downloadgtk+-285d216d3e100496e4c732c2e15741c4bb50ddbc.tar.gz
docs: use apostrophe in *'ll
Diffstat (limited to 'gtk/gtkfilesystem.c')
-rw-r--r--gtk/gtkfilesystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilesystem.c b/gtk/gtkfilesystem.c
index f6b4e025dd..6508ee8195 100644
--- a/gtk/gtkfilesystem.c
+++ b/gtk/gtkfilesystem.c
@@ -41,7 +41,7 @@
/* The pointers we return for a GtkFileSystemVolume are opaque tokens; they are
* really pointers to GDrive, GVolume or GMount objects. We need an extra
- * token for the fake “File System” volume. So, we'll return a pointer to
+ * token for the fake “File System” volume. So, we’ll return a pointer to
* this particular string.
*/
static const gchar *root_volume_token = N_("File System");