From 7652304bff969afb3969603149bb385efe861fe8 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 3 Aug 2006 20:34:36 +0000 Subject: * s/D-BUS/D-Bus/g --- dbus/dbus-bus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbus/dbus-bus.c') 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. -- cgit