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-internals.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dbus/dbus-internals.c') diff --git a/dbus/dbus-internals.c b/dbus/dbus-internals.c index c964fec1..b140da84 100644 --- a/dbus/dbus-internals.c +++ b/dbus/dbus-internals.c @@ -1,5 +1,5 @@ /* -*- mode: C; c-file-style: "gnu" -*- */ -/* dbus-internals.c random utility stuff (internal to D-BUS implementation) +/* dbus-internals.c random utility stuff (internal to D-Bus implementation) * * Copyright (C) 2002, 2003 Red Hat, Inc. * @@ -33,8 +33,8 @@ #include /** - * @defgroup DBusInternals D-BUS internal implementation details - * @brief Documentation useful when developing or debugging D-BUS itself. + * @defgroup DBusInternals D-Bus internal implementation details + * @brief Documentation useful when developing or debugging D-Bus itself. * */ @@ -447,7 +447,7 @@ _dbus_header_field_to_string (int header_field) /** String used in _dbus_return_if_fail macro */ const char _dbus_return_if_fail_warning_format[] = "%lu: arguments to %s() were incorrect, assertion \"%s\" failed in file %s line %d.\n" -"This is normally a bug in some application using the D-BUS library.\n"; +"This is normally a bug in some application using the D-Bus library.\n"; #endif #ifndef DBUS_DISABLE_ASSERT -- cgit