diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/orphan-reaper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/orphan-reaper.c b/src/orphan-reaper.c index 7115583..31dc257 100644 --- a/src/orphan-reaper.c +++ b/src/orphan-reaper.c @@ -28,7 +28,7 @@ static void usage(void) printf("USAGE: orphan-reaper [--fatal] [--] <command...>\n"); printf("\n"); printf("Unless `--fatal` is used, the program will run <command>\n"); - printf("even if the process cound not be marked as a child subreaper.\n"); + printf("even if the process could not be marked as a child subreaper.\n"); printf("\n"); } |