diff options
author | Leah Neukirchen <leah@vuxu.org> | 2020-01-18 16:25:36 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2020-01-18 16:25:36 +0100 |
commit | 932e17ce4190a0a6a12dc6e1cc197ce7a339d4e8 (patch) | |
tree | 3deb3b5ffa1cda445fe24fa09e8f34063daf3fb1 | |
parent | a21f01f61ea259037ba38bc5abfea684e0392865 (diff) | |
download | reap-932e17ce4190a0a6a12dc6e1cc197ce7a339d4e8.tar.gz reap-932e17ce4190a0a6a12dc6e1cc197ce7a339d4e8.tar.xz reap-932e17ce4190a0a6a12dc6e1cc197ce7a339d4e8.zip |
typo
-rw-r--r-- | reap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reap.c b/reap.c index 7e767e7..153a845 100644 --- a/reap.c +++ b/reap.c @@ -96,7 +96,7 @@ main(int argc, char *argv[]) { fprintf(stderr, "Usage: %s [-vwx] COMMAND...\n" "\t-v\tverbose\n" -"\t-w\twait for all spaned processes to finish (default: start reaping)\n" +"\t-w\twait for all spawned processes to finish (default: start reaping)\n" "\t-x\tforbid execution of binaries we cannot kill\n", argv[0]); exit(1); |