diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-29 08:00:00 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2020-11-29 08:00:00 +0000 |
commit | dfed418cd78a84c80ea8de376395e475b1306984 (patch) | |
tree | e976d10a8ba1b87d174d6efcbea5dc171a68ad27 /tests/pidns.c | |
parent | ed6c1a29dedb5f0ff7b75c7550ffc580b1897a7b (diff) | |
download | strace-dfed418cd78a84c80ea8de376395e475b1306984.tar.gz |
Fix various typos found using codespell tool
* defs.h: Replace "namepace" with "namespace".
* pidns.c: Replace "Paramters" with "Parameters".
* strace.1.in: Replace "descritors" with "descriptors",
replace "asociated" with "associated".
* strace.c: Replace "descritor" with "descriptor".
* tests/pidns.c: Replace "Wheather" with "Whether".
* tests/pidns.h: Replace "succesful" with "successful".
* maint/README-release: Add spellcheck.
Diffstat (limited to 'tests/pidns.c')
-rw-r--r-- | tests/pidns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pidns.c b/tests/pidns.c index 4fe5b223b..94c6dda1d 100644 --- a/tests/pidns.c +++ b/tests/pidns.c @@ -72,7 +72,7 @@ pidns_pid2str(enum pid_type type) * to be a PID of a zombie process (will be reaped). If * negative, leave the child in the process group of the parent. * If 0, move the process to its own process group. - * @param new_sid Wheather child should be moved to a new session. + * @param new_sid Whether child should be moved to a new session. */ static pid_t pidns_fork(pid_t pgid, bool new_sid) |