1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-27 07:22:31 +03:00

Fix spelling mistake, proces -> process

This commit is contained in:
Colin Ian King 2014-06-06 23:06:33 +01:00 committed by Zbigniew Jędrzejewski-Szmek
parent 45f1386c9a
commit 2ba5d84c49

View File

@ -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;
}