summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-13 18:34:41 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-13 18:34:41 +0000
commit5603520e2008d58609e3526d3eb45e088bfcb1d1 (patch)
tree5d3ef9f6174e4cae814660cb0f35314e10669dd1 /common
parent4d5ea9b073c2cd77d6c833935a9f35f23aba83e7 (diff)
Typo
Diffstat (limited to 'common')
-rw-r--r--common/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dbus.c b/common/dbus.c
index 1f2e13b0..3b0c1097 100644
--- a/common/dbus.c
+++ b/common/dbus.c
@@ -513,7 +513,7 @@ DBusConnection *init_dbus(const char *name, void (*disconnect_cb)(void *), void
if (dbus_bus_request_name(conn, name, 0, &err) !=
DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER ) {
- error("Could not become the primary owner of %s.", name);
+ error("Could not become the primary owner of %s", name);
return NULL;
}