X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-session.c;h=84e199f6a27f6644c68f2514d2d25a9f60c5c290;hp=06ad99e1fec4eaeb6d0488de1bc4e6a0b6ca99b7;hb=5d3c70eec7861aa623adeac659ac4a6f890557d2;hpb=6a4cd88ce4bfa430a184c2f2b968aa5a21574d34 diff --git a/src/login/logind-session.c b/src/login/logind-session.c index 06ad99e1f..84e199f6a 100644 --- a/src/login/logind-session.c +++ b/src/login/logind-session.c @@ -643,7 +643,7 @@ static int session_stop_scope(Session *s, bool force) { return 0; /* Let's always abandon the scope first. This tells systemd that we are not interested anymore, and everything - * that is left in in the scope is "left-over". Informing systemd about this has the benefit that it will log + * that is left in the scope is "left-over". Informing systemd about this has the benefit that it will log * when killing any processes left after this point. */ r = manager_abandon_scope(s->manager, s->scope, &error); if (r < 0)