From 0356d7f4c34745a0ebce88e08d1cdd6563218c3e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 23 Dec 2013 23:59:37 -0500 Subject: [PATCH] Fix a typo in a comment The D-Bus interface is org.freedesktop.DBus.Peer, not org.freedesktop.DBus. --- gio/gdbusconnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusconnection.c b/gio/gdbusconnection.c index 57fa193..fef04a5 100644 --- a/gio/gdbusconnection.c +++ b/gio/gdbusconnection.c @@ -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; -- 2.7.4