summaryrefslogtreecommitdiff
path: root/src/core/busname.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/busname.c
parent75c2a9fd13bf2553e303443b5f25adf093892099 (diff)
dbus: typo fix in log
Diffstat (limited to 'src/core/busname.c')
-rw-r--r--src/core/busname.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/busname.c b/src/core/busname.c
index 43d7607a30..0ca9678a14 100644
--- a/src/core/busname.c
+++ b/src/core/busname.c
@@ -550,7 +550,7 @@ static void busname_enter_running(BusName *n) {
if (!n->activating)
return;
- /* We don't take conenctions anymore if we are supposed to
+ /* We don't take connections anymore if we are supposed to
* shut down anyway */
if (unit_stop_pending(UNIT(n))) {