diff options
author | Tom Doherty <tom@singlesecond.com> | 2010-11-22 21:27:13 +0100 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2010-11-22 21:53:21 +0100 |
commit | 6e44c0f269a5f2dced84e7ab3c496605d827ec11 (patch) | |
tree | 1d3f64fab3b1a427b2fb8223e47ef752c689255c /xinit.c | |
parent | c371f43b69b223ba68e00125e6aa56621a23109b (diff) |
Minor typo.
Signed-off-by: Matthieu Herrb <matthieu.herrb@laas.fr>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'xinit.c')
-rw-r--r-- | xinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -620,7 +620,7 @@ shutdown(void) if (!processTimeout(10, "X server to shut down")) return; - Errorx("X server slow to shut down, senging KILL signal"); + Errorx("X server slow to shut down, sending KILL signal"); if (killpg(serverpid, SIGKILL) < 0) { if (errno == ESRCH) |