Submitter | Jun Wu |
---|---|
Date | April 10, 2016, 11:56 p.m. |
Message ID | <5ee7ab594f6bbe30b0b0.1460332619@x1c> |
Download | mbox | patch |
Permalink | /patch/14497/ |
State | Accepted |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
On Mon, 11 Apr 2016 00:56:59 +0100, Jun Wu wrote: > # HG changeset patch > # User Jun Wu <quark@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.
Patch
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"); } return NULL; }