summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2021-06-10 12:37:23 +0100
committerPhilip Withnall <pwithnall@endlessos.org>2021-06-10 12:37:23 +0100
commit055f7c6bc50272f7906c35be0a028974352e7647 (patch)
treeb5e67e91bba57529d7635ec7178edf0e185f79ed
parentee716d9159a49ab0bd97ce2834a982708591babb (diff)
downloadglib-055f7c6bc50272f7906c35be0a028974352e7647.tar.gz
gdbusconnection: Fix a typo in a code comment
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
-rw-r--r--gio/gdbusconnection.c2
1 files changed, 1 insertions, 1 deletions
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.