From patchwork Sun Apr 10 23:56:59 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2, of, 2] chg: spell fix the error message about error waiting for cmdserver From: Jun Wu X-Patchwork-Id: 14497 Message-Id: <5ee7ab594f6bbe30b0b0.1460332619@x1c> To: Date: Mon, 11 Apr 2016 00:56:59 +0100 # HG changeset patch # User Jun Wu # 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"); } return NULL; }