diff options
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) |