diff options
author | NRK <nrk@disroot.org> | 2022-06-21 05:09:14 +0600 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-06-21 11:04:43 +0200 |
commit | 70007b61aaa485c7084badc5d8336ee480b2d138 (patch) | |
tree | cad0010e79fd2e8e8cbd413501ef8a50802c62d2 /sfeed_update | |
parent | 4b97fc93a6f8ae8cd4e7412884ba13137bc09c45 (diff) |
fix some typis
found via codespell
$ codespell --ignore-regex Nd
Diffstat (limited to 'sfeed_update')
-rwxr-xr-x | sfeed_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update index fc7447f..44ce23c 100755 --- a/sfeed_update +++ b/sfeed_update @@ -182,7 +182,7 @@ sighandler() { signo="$1" # ignore TERM signal for myself. trap -- "" TERM - # kill all running childs >:D + # kill all running children >:D kill -TERM -$$ } |