chiark / gitweb /
login: minor typo fix
[elogind.git] / src / login / logind-session.c
index 475ebcaa5ea27265ba78839b98ffd0c1308ac054..1f3a7f375514802e09e71e61c490631823540830 100644 (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;
         }