summaryrefslogtreecommitdiff
path: root/xinit.c
diff options
context:
space:
mode:
authorTom Doherty <tom@singlesecond.com>2010-11-22 21:27:13 +0100
committerMatthieu Herrb <matthieu.herrb@laas.fr>2010-11-22 21:53:21 +0100
commit6e44c0f269a5f2dced84e7ab3c496605d827ec11 (patch)
tree1d3f64fab3b1a427b2fb8223e47ef752c689255c /xinit.c
parentc371f43b69b223ba68e00125e6aa56621a23109b (diff)
downloadxorg-app-xinit-6e44c0f269a5f2dced84e7ab3c496605d827ec11.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xinit.c b/xinit.c
index 0d31637..2b3842e 100644
--- a/xinit.c
+++ b/xinit.c
@@ -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)