diff options
Diffstat (limited to 'gtk/gtkprivate.c')
-rw-r--r-- | gtk/gtkprivate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprivate.c b/gtk/gtkprivate.c index fb1c6b57ee..c6d166f081 100644 --- a/gtk/gtkprivate.c +++ b/gtk/gtkprivate.c @@ -87,7 +87,7 @@ _gtk_get_data_prefix (void) * names spelled out in English. * However, this function does check the above environment * variables, and does return a Unix-style locale string based on - * either said environment variables or the thread's current locale. + * either said environment variables or the thread’s current locale. * * Return value: a dynamically allocated string, free with g_free(). */ |