From 1b333122a99bd277fe92d2ef8a4c913f604e45ea Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 26 Apr 2021 20:58:06 +0000 Subject: [PATCH] typo --- gmid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmid.c b/gmid.c index 8d56941..fc155df 100644 --- a/gmid.c +++ b/gmid.c @@ -537,7 +537,7 @@ main(int argc, char **argv) } /* Linux seems to call the event handlers even when we're - * doing a sigwait. These dummy handlers is here to avoid + * doing a sigwait. These dummy handlers are here to avoid * being terminated on SIGHUP, SIGINT or SIGTERM. */ signal(SIGHUP, dummy_handler); signal(SIGINT, dummy_handler);