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-macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dbus/dbus-macros.h') diff --git a/dbus/dbus-macros.h b/dbus/dbus-macros.h index 51288e48..abcb12a3 100644 --- a/dbus/dbus-macros.h +++ b/dbus/dbus-macros.h @@ -64,14 +64,14 @@ /** * @def DBUS_BEGIN_DECLS * - * Macro used prior to declaring functions in the D-BUS header + * Macro used prior to declaring functions in the D-Bus header * files. Expands to "extern "C"" when using a C++ compiler, * and expands to nothing when using a C compiler. */ /** * @def DBUS_END_DECLS * - * Macro used after declaring functions in the D-BUS header + * Macro used after declaring functions in the D-Bus header * files. Expands to "}" when using a C++ compiler, * and expands to nothing when using a C compiler. */ -- cgit