gdbusconnection: Fix a typo in a code comment

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-06-10 12:37:23 +01:00
parent ee716d9159
commit 055f7c6bc5

View File

@ -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.