diff options
-rw-r--r-- | deadshred.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deadshred.c b/deadshred.c index b1f21f2..6557a02 100644 --- a/deadshred.c +++ b/deadshred.c @@ -171,7 +171,7 @@ status_print_loop(void *initial_status) eprintf("clock_gettime %s:", clkcstr); have_time: if (exiting) { - fprintf(stderr, "\033[K\nTermination initialised by user...\033[K\n\033[K\n"); + fprintf(stderr, "\033[K\nTermination initiated by user...\033[K\n\033[K\n"); terminate = 1; } print_status(0, &s); |