summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-bus.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-08-03 20:34:36 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-08-03 20:34:36 +0000
commit7652304bff969afb3969603149bb385efe861fe8 (patch)
treebceb1c7e8fe5b390a48110d1ec9ca88cd4779f0d /dbus/dbus-bus.c
parentbaf72e43951b1fefd23c7d246b76939e3c72fc14 (diff)
* s/D-BUS/D-Bus/g
Diffstat (limited to 'dbus/dbus-bus.c')
-rw-r--r--dbus/dbus-bus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbus/dbus-bus.c b/dbus/dbus-bus.c
index 2c14ea81..e4966a41 100644
--- a/dbus/dbus-bus.c
+++ b/dbus/dbus-bus.c
@@ -670,7 +670,7 @@ dbus_bus_get_unix_user (DBusConnection *connection,
/**
* Asks the bus to assign the given name to this connection by invoking
* the RequestName method on the bus. This method is fully documented
- * in the D-BUS specification. For quick reference, the flags and
+ * in the D-Bus specification. For quick reference, the flags and
* result codes are discussed here, but the specification is the
* canonical version of this information.
*
@@ -797,7 +797,7 @@ dbus_bus_request_name (DBusConnection *connection,
/**
* Asks the bus to unassign the given name to this connection by invoking
* the ReleaseName method on the bus. This method is fully documented
- * in the D-BUS specification.
+ * in the D-Bus specification.
*
* @param connection the connection
* @param name the name to remove
@@ -1047,7 +1047,7 @@ send_no_return_values (DBusConnection *connection,
* but that would require blocking always to determine
* the return value.
*
- * The AddMatch method is fully documented in the D-BUS
+ * The AddMatch method is fully documented in the D-Bus
* specification. For quick reference, the format of the
* match rules is discussed here, but the specification
* is the canonical version of this information.