# HG changeset patch # User Jun Wu # Date 2016-04-10 20:56:05 # Node ID 584e0716c7afe40f544fd1f955ace608ff872820 # Parent 3819c349b1947964573e014a36c00801356d4123 chg: fix spelling in 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 @@ -266,7 +266,7 @@ cleanup: } 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; }