From 932e17ce4190a0a6a12dc6e1cc197ce7a339d4e8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 18 Jan 2020 16:25:36 +0100 Subject: typo --- reap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit 1.4.1