chg: fix spelling in the error message about error waiting for cmdserver
authorJun Wu <quark@fb.com>
Sun, 10 Apr 2016 21:56:05 +0100
changeset 28851 584e0716c7af
parent 28850 3819c349b194
child 28852 7b5f5a1b4b41
chg: fix spelling in the error message about error waiting for cmdserver This is a trivial spelling and grammar fix.
contrib/chg/chg.c
--- 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;
 }