Mercurial > hg
changeset 28851:584e0716c7af
chg: fix spelling in the error message about error waiting for cmdserver
This is a trivial spelling and grammar fix.
author | Jun Wu <quark@fb.com> |
---|---|
date | Sun, 10 Apr 2016 21:56:05 +0100 |
parents | 3819c349b194 |
children | 7b5f5a1b4b41 |
files | contrib/chg/chg.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/chg/chg.c Sun Apr 10 11:02:58 2016 -0700 +++ b/contrib/chg/chg.c Sun Apr 10 21:56:05 2016 +0100 @@ -266,7 +266,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; }