From b363e07527972b9ad75963e89c214a8fba6781e5 Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 16 Dec 2023 17:06:36 +0100 Subject: [PATCH] gapplication: Fix minor typo in docs --- gio/gapplication.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gapplication.c b/gio/gapplication.c index fe5df5d5d..d505c8161 100644 --- a/gio/gapplication.c +++ b/gio/gapplication.c @@ -208,7 +208,7 @@ * using its D-Bus backend. You can use this to export extra objects on the * bus, that need to exist before the application tries to own the bus name. * The function is passed the #GDBusConnection to to session bus, and the - * object path that #GApplication will use to export is D-Bus API. + * object path that #GApplication will use to export its D-Bus API. * If this function returns %TRUE, registration will proceed; otherwise * registration will abort. Since: 2.34 * @dbus_unregister: invoked locally during unregistration, if the application