aboutsummaryrefslogtreecommitdiff
path: root/gmid.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-04-26 20:58:06 +0000
committerOmar Polo <op@omarpolo.com>2021-04-26 20:58:06 +0000
commit1b333122a99bd277fe92d2ef8a4c913f604e45ea (patch)
tree1f271b46776f8fd30cbe7549a1698d40c29a4848 /gmid.c
parent578f13e4b25879c7763944d4f555ed063a9d8e80 (diff)
typo
Diffstat (limited to 'gmid.c')
-rw-r--r--gmid.c2
1 files changed, 1 insertions, 1 deletions
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);