diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-11-30 09:22:36 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-11-30 09:22:36 +0100 |
commit | 1f4b5d65f6c07823989d13d8ca0979f65047b8c9 (patch) | |
tree | a5a5fc5113542e4e254bc601be8acb583aa6b5f0 /src/orphan-reaper.c | |
parent | typo (diff) | |
download | orphan-reaper-1f4b5d65f6c07823989d13d8ca0979f65047b8c9.tar.gz orphan-reaper-1f4b5d65f6c07823989d13d8ca0979f65047b8c9.tar.bz2 orphan-reaper-1f4b5d65f6c07823989d13d8ca0979f65047b8c9.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/orphan-reaper.c')
-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"); } |