From 055f7c6bc50272f7906c35be0a028974352e7647 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 10 Jun 2021 12:37:23 +0100 Subject: [PATCH] gdbusconnection: Fix a typo in a code comment Signed-off-by: Philip Withnall --- gio/gdbusconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index 8dcc99a7e..8ce70a93d 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -386,7 +386,7 @@ struct _GDBusConnection */ gchar *bus_unique_name; - /* The GUID returned by the other side if we authenticed as a client or + /* The GUID returned by the other side if we authenticated as a client or * the GUID to use if authenticating as a server. * Read-only after initable_init(), so it may be read if you either * hold @init_lock or check for initialization first.