mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Fix some spelling mistakes
This commit is contained in:
parent
ef1bab6559
commit
104fe2fa55
9 changed files with 12 additions and 12 deletions
2
reaper.c
2
reaper.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue