ggtknotificationbackend: Fix a minor typo in a comment

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2022-11-15 17:48:11 +00:00
parent 716189c4c7
commit af6bf2dc02

View File

@ -50,7 +50,7 @@ g_gtk_notification_backend_is_supported (void)
GVariant *reply; GVariant *reply;
/* Find out if the notification server is running. This is a /* Find out if the notification server is running. This is a
* synchronous call because gio extension points don't support asnyc * synchronous call because gio extension points don't support async
* backend verification. This is only run once and only contacts the * backend verification. This is only run once and only contacts the
* dbus daemon. */ * dbus daemon. */