[glib] Fix a typo in a comment
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix a typo in a comment
- Date: Wed, 1 Jan 2014 23:01:17 +0000 (UTC)
commit 0356d7f4c34745a0ebce88e08d1cdd6563218c3e
Author: Matthias Clasen <mclasen redhat com>
Date: Mon Dec 23 23:59:37 2013 -0500
Fix a typo in a comment
The D-Bus interface is org.freedesktop.DBus.Peer, not
org.freedesktop.DBus.
gio/gdbusconnection.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]