Fix some spelling mistakes

This commit is contained in:
Craig Barnes 2020-08-15 19:39:00 +01:00
parent ef1bab6559
commit 104fe2fa55
9 changed files with 12 additions and 12 deletions

View file

@ -119,7 +119,7 @@ fdm_reap(struct fdm *fdm, int fd, int events, void *data)
}
tll_foreach(reaper->children, it) {
/* Don't use wait() since we don't want to accidentaly reap
/* Don't use wait() since we don't want to accidentally reap
* the PTS slave */
pid_t pid = it->item;