From af6bf2dc027f2308ceafbdd275f5c80c4265b633 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 15 Nov 2022 17:48:11 +0000 Subject: [PATCH] ggtknotificationbackend: Fix a minor typo in a comment Signed-off-by: Philip Withnall --- gio/ggtknotificationbackend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/ggtknotificationbackend.c b/gio/ggtknotificationbackend.c index 8d6eab2fb..b749eae41 100644 --- a/gio/ggtknotificationbackend.c +++ b/gio/ggtknotificationbackend.c @@ -50,7 +50,7 @@ g_gtk_notification_backend_is_supported (void) GVariant *reply; /* 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 * dbus daemon. */