From f04e3077d946d0ab093b3d171b73d279ee959e45 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 19 Dec 2019 13:17:54 +0000 Subject: [PATCH] gapplication: Fix a minor typo in the documentation Signed-off-by: Philip Withnall --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index 02ab2b046..cfebc526e 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -129,7 +129,7 @@ * initialization for all of these in a single place. * * Regardless of which of these entry points is used to start the - * application, GApplication passes some "platform data from the + * application, GApplication passes some ‘platform data’ from the * launching instance to the primary instance, in the form of a * #GVariant dictionary mapping strings to variants. To use platform * data, override the @before_emit or @after_emit virtual functions