Fix a typo in a comment

The D-Bus interface is org.freedesktop.DBus.Peer, not
org.freedesktop.DBus.
This commit is contained in:
Matthias Clasen 2013-12-23 23:59:37 -05:00
parent b5ba22f163
commit 0356d7f4c3

View File

@ -356,7 +356,7 @@ struct _GDBusConnection
GMutex init_lock;
/* Set (by loading the contents of /var/lib/dbus/machine-id) the first time
* someone calls org.freedesktop.DBus.GetMachineId(). Protected by @lock.
* someone calls org.freedesktop.DBus.Peer.GetMachineId(). Protected by @lock.
*/
gchar *machine_id;