From 47469eb2966a7695f64fce1dbb8441f4b3ac6ecb Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 5 Feb 2014 14:50:22 -0500 Subject: Use proper quotes in gdk --- gdk/gdk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/gdk.c') diff --git a/gdk/gdk.c b/gdk/gdk.c index a708eb8c9b..8427e323fd 100644 --- a/gdk/gdk.c +++ b/gdk/gdk.c @@ -468,7 +468,7 @@ gdk_init (int *argc, char ***argv) * locked for performance reasons. So e.g. you must coordinate * accesses to the same #GHashTable from multiple threads. * - * GTK+ is "thread aware" but not thread safe — it provides a + * GTK+ is “thread aware” but not thread safe — it provides a * global lock controlled by gdk_threads_enter()/gdk_threads_leave() * which protects all use of GTK+. That is, only one thread can use GTK+ * at any given time. -- cgit v1.2.1