summaryrefslogtreecommitdiffstats
path: root/tools/dbus-send.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 /tools/dbus-send.c
parentbaf72e43951b1fefd23c7d246b76939e3c72fc14 (diff)
* s/D-BUS/D-Bus/g
Diffstat (limited to 'tools/dbus-send.c')
-rw-r--r--tools/dbus-send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbus-send.c b/tools/dbus-send.c
index 375fadd9..a87d204a 100644
--- a/tools/dbus-send.c
+++ b/tools/dbus-send.c
@@ -339,7 +339,7 @@ main (int argc, char *argv[])
if (message == NULL)
{
- fprintf (stderr, "Couldn't allocate D-BUS message\n");
+ fprintf (stderr, "Couldn't allocate D-Bus message\n");
exit (1);
}