summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-12-19 13:17:54 +0000
committerPhilip Withnall <withnall@endlessm.com>2020-02-24 10:20:33 +0000
commitf04e3077d946d0ab093b3d171b73d279ee959e45 (patch)
tree77902af352ba2a733e8906fe0d44b5e0f30e6404 /gio
parent73d557981d21b7926af6d94d6919a5ef1f311673 (diff)
gapplication: Fix a minor typo in the documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
Diffstat (limited to 'gio')
-rw-r--r--gio/gapplication.c2
1 files changed, 1 insertions, 1 deletions
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