diff options
| author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-04-14 22:02:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 22:02:42 +0200 |
| commit | aff54257822a507121aaaee0b6b8cdfdef41b615 (patch) | |
| tree | abfb970cab5f7bfed94fe0b70ddfc37ed24cc567 /lib/utils_cmd.c | |
| parent | e44dcb80f1fdab2751cd460325391676e4f1a466 (diff) | |
| parent | 0f3703e641f0f995a8abb40056cb5430b6c228c4 (diff) | |
| download | monitoring-plugins-aff54257822a507121aaaee0b6b8cdfdef41b615.tar.gz | |
Merge pull request #1864 from waja/seperated_typo
Fix typos
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 | ||
