summaryrefslogtreecommitdiff
path: root/src/core/dbus.c
diff options
context:
space:
mode:
authorThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-04-10 23:39:13 +0200
committerThomas Hindoe Paaboel Andersen <phomes@gmail.com>2015-04-10 23:39:40 +0200
commit05a08cb60f02970e8476306074c70ee4e6a57fb3 (patch)
tree1e4631f409cf93eb9a40ed4f41c24fb30c3f33d3 /src/core/dbus.c
parent75c2a9fd13bf2553e303443b5f25adf093892099 (diff)
dbus: typo fix in log
Diffstat (limited to 'src/core/dbus.c')
-rw-r--r--src/core/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus.c b/src/core/dbus.c
index ae259c37d6..18754f606e 100644
--- a/src/core/dbus.c
+++ b/src/core/dbus.c
@@ -713,7 +713,7 @@ static int bus_on_connection(sd_event_source *s, int fd, uint32_t revents, void
r = set_put(m->private_buses, bus);
if (r < 0) {
- log_warning_errno(r, "Failed to add new conenction bus to set: %m");
+ log_warning_errno(r, "Failed to add new connection bus to set: %m");
return 0;
}