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.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbus/dbus.h') diff --git a/dbus/dbus.h b/dbus/dbus.h index 2cec0751..4e11f7b8 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -27,7 +27,7 @@ #define DBUS_INSIDE_DBUS_H 1 #ifndef DBUS_API_SUBJECT_TO_CHANGE -#error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-BUS hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation." +#error "Please define DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-Bus hasn't reached 1.0 and is subject to protocol and API churn. See the README for a full explanation." #endif #include @@ -48,11 +48,11 @@ #undef DBUS_INSIDE_DBUS_H /** - * @defgroup DBus D-BUS low-level public API - * @brief The low-level public API of the D-BUS library + * @defgroup DBus D-Bus low-level public API + * @brief The low-level public API of the D-Bus library * * libdbus provides a low-level API intended primarily for use by - * bindings to specific object systems and languages. D-BUS is most + * bindings to specific object systems and languages. D-Bus is most * convenient when used with the GLib bindings, Python bindings, Qt * bindings, Mono bindings, and so forth. This low-level API has a * lot of complexity useful only for bindings. -- cgit