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

Jun Wu quark at fb.com
Sun Apr 10 19:56:59 EDT 2016


# 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");
 	}
 	return NULL;
 }


More information about the Mercurial-devel mailing list