aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2024-09-19 20:33:38 +0200
committerMattias Andrée <maandree@kth.se>2024-09-19 20:33:38 +0200
commitcc58f511ef36d9b9c397eb2f54a2b39773269d2d (patch)
tree3a5dd1cc521015a23ed120d8409d69cad0700114
parentmisc (diff)
downloaddeadshred-cc58f511ef36d9b9c397eb2f54a2b39773269d2d.tar.gz
deadshred-cc58f511ef36d9b9c397eb2f54a2b39773269d2d.tar.bz2
deadshred-cc58f511ef36d9b9c397eb2f54a2b39773269d2d.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--deadshred.c2
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);