Fixed spelling errors found by fossies.org with codespell
This commit is contained in:
@ -295,7 +295,7 @@ static int await_all_replies(struct boss_state *boss)
|
||||
return(-1);
|
||||
}
|
||||
if (count == 0) {
|
||||
fprintf(stderr, "+++ EOF encounterd by Master process\n");
|
||||
fprintf(stderr, "+++ EOF encountered by Master process\n");
|
||||
return(-2);
|
||||
}
|
||||
for (npt = buf + remainder; npt < buf + count; npt++) {
|
||||
|
Reference in New Issue
Block a user