From cdb31e2722288aa9a9b61c548edd498145cadf6e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 25 Jun 2016 13:22:51 +0000 Subject: [PATCH] -fix #4582 --- src/util/scheduler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/scheduler.c b/src/util/scheduler.c index 81f968dee..b016b91b7 100644 --- a/src/util/scheduler.c +++ b/src/util/scheduler.c @@ -688,7 +688,7 @@ sighandler_shutdown () /** - * Check if the system is still life. Trigger shutdown if we + * Check if the system is still alive. Trigger shutdown if we * have tasks, but none of them give us lifeness. * * @return #GNUNET_OK to continue the main loop, -- 2.25.1