##// END OF EJS Templates
chg: fix spelling in the error message about error waiting for cmdserver...
Jun Wu -
r28851:584e0716 default
parent child Browse files
Show More
@@ -266,7 +266,7 b' cleanup:'
266 } else if (WIFSIGNALED(pst)) {
266 } else if (WIFSIGNALED(pst)) {
267 abortmsg("cmdserver killed by signal %d", WTERMSIG(pst));
267 abortmsg("cmdserver killed by signal %d", WTERMSIG(pst));
268 } else {
268 } else {
269 abortmsg("error white waiting cmdserver");
269 abortmsg("error while waiting for cmdserver");
270 }
270 }
271 return NULL;
271 return NULL;
272 }
272 }
General Comments 0
You need to be logged in to leave comments. Login now