On Fri, 06.06.14 23:06, Colin King ([email protected]) wrote: Applied by Zbigniew.
Thanks! > From: Colin Ian King <[email protected]> > > Signed-off-by: Colin Ian King <[email protected]> > --- > src/core/busname.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/core/busname.c b/src/core/busname.c > index 6be1b8b..2752415 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; > } > Lennart -- Lennart Poettering, Red Hat _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
