login: minor typo fix

This commit is contained in:
Lennart Poettering 2012-05-21 15:22:28 +02:00
parent 49dbfa7b2b
commit 6ccf7562da

View File

@ -382,7 +382,7 @@ static int session_link_x11_socket(Session *s) {
c[k] = 0;
if (access(f, F_OK) < 0) {
log_warning("Session %s has display %s with nonexisting socket %s.", s->id, s->display, f);
log_warning("Session %s has display %s with non-existing socket %s.", s->id, s->display, f);
free(f);
return -ENOENT;
}