Matthieu Herrb wrote:
> From: Tom Doherty <t...@singlesecond.com>
> Date: Mon, 22 Nov 2010 21:27:13 +0100
> Subject: [PATCH] Minor typo.
> 
> Signed-off-by: Matthieu Herrb <matthieu.he...@laas.fr>
> ---
>  xinit.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/xinit.c b/xinit.c
> index dd4e0a2..1aafbd9 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)

Reviewed-by: Alan Coopersmith <alan.coopersm...@oracle.com>

-- 
        -Alan Coopersmith-        alan.coopersm...@oracle.com
         Oracle Solaris Platform Engineering: X Window System

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to