diff options
| author | Jan Wagner <waja@cyconet.org> | 2023-04-14 14:37:47 +0000 |
|---|---|---|
| committer | Jan Wagner <waja@cyconet.org> | 2023-04-14 18:35:00 +0000 |
| commit | 0f3703e641f0f995a8abb40056cb5430b6c228c4 (patch) | |
| tree | abfb970cab5f7bfed94fe0b70ddfc37ed24cc567 /lib/utils_cmd.c | |
| parent | e44dcb80f1fdab2751cd460325391676e4f1a466 (diff) | |
| download | monitoring-plugins-0f3703e641f0f995a8abb40056cb5430b6c228c4.tar.gz | |
Fix a lot of typos reported by codespell
Diffstat (limited to 'lib/utils_cmd.c')
| -rw-r--r-- | lib/utils_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_cmd.c b/lib/utils_cmd.c index 795840d3..8b8e5708 100644 --- a/lib/utils_cmd.c +++ b/lib/utils_cmd.c | |||
| @@ -161,7 +161,7 @@ _cmd_open (char *const *argv, int *pfd, int *pfderr) | |||
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | /* parent picks up execution here */ | 163 | /* parent picks up execution here */ |
| 164 | /* close childs descriptors in our address space */ | 164 | /* close children descriptors in our address space */ |
| 165 | close (pfd[1]); | 165 | close (pfd[1]); |
| 166 | close (pfderr[1]); | 166 | close (pfderr[1]); |
| 167 | 167 | ||
