about summary refs log tree commit diff
path: root/reap.c
diff options
context:
space:
mode:
Diffstat (limited to 'reap.c')
-rw-r--r--reap.c2
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);