summaryrefslogtreecommitdiff
path: root/src/core/busname.c
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2014-06-06 23:06:33 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-06-07 16:31:01 -0400
commit2ba5d84c491d6a593f2c077c63dffb6319b9590d (patch)
tree1280007633070959fe1db6c5a3e55a72f606c3db /src/core/busname.c
parent45f1386c9adf0e2892306e8949ca71f4a52a8d36 (diff)
Fix spelling mistake, proces -> process
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 6be1b8ba5..275241507 100644
--- a/src/core/busname.c
+++ b/src/core/busname.c
@@ -446,7 +446,7 @@ static void busname_enter_signal(BusName *n, BusNameState state, BusNameResult f
n->control_pid,
false);
if (r < 0) {
- log_warning_unit(UNIT(n)->id, "%s failed to kill control proces: %s", UNIT(n)->id, strerror(-r));
+ log_warning_unit(UNIT(n)->id, "%s failed to kill control process: %s", UNIT(n)->id, strerror(-r));
goto fail;
}