mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-02-19 08:07:08 +07:00
login: minor typo fix
This commit is contained in:
parent
49dbfa7b2b
commit
6ccf7562da
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user