[PATCH 2 of 2] chg: spell fix the error message about error waiting for cmdserver

Yuya Nishihara yuya at tcha.org
Mon Apr 11 08:18:36 EDT 2016


On Mon, 11 Apr 2016 00:56:59 +0100, Jun Wu wrote:
> # HG changeset patch
> # User Jun Wu <quark at fb.com>
> # Date 1460321765 -3600
> #      Sun Apr 10 21:56:05 2016 +0100
> # Node ID 5ee7ab594f6bbe30b0b046dcc575af9becb2b285
> # Parent  20ad199286a5f70d46ac4818dfa681327385d5a3
> chg: spell fix the error message about error waiting for cmdserver
> 
> This is a trivial spelling and grammar fix.
> 
> diff --git a/contrib/chg/chg.c b/contrib/chg/chg.c
> --- a/contrib/chg/chg.c
> +++ b/contrib/chg/chg.c
> @@ -269,7 +269,7 @@
>  	} else if (WIFSIGNALED(pst)) {
>  		abortmsg("cmdserver killed by signal %d", WTERMSIG(pst));
>  	} else {
> -		abortmsg("error white waiting cmdserver");
> +		abortmsg("error while waiting for cmdserver");

It looked like a captcha. Queued the patch 2, thanks.


More information about the Mercurial-devel mailing list