From: Joseph Herlant Date: Sun, 25 Nov 2018 19:19:40 +0000 (-0800) Subject: CLEANUP: Fix a typo in the signal subsystem X-Git-Tag: v1.9-dev9~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6989ca056ed40573f01e38129a111f29630d522;p=thirdparty%2Fhaproxy.git CLEANUP: Fix a typo in the signal subsystem Fixes a typo in the code comments of the signal subsystem. --- diff --git a/src/signal.c b/src/signal.c index 2484a44418..20236fa543 100644 --- a/src/signal.c +++ b/src/signal.c @@ -131,7 +131,7 @@ void haproxy_unblock_signals() sigset_t set; /* Ensure signals are not blocked. Some shells or service managers may - * accidently block all of our signals unfortunately, causing lots of + * accidentally block all of our signals unfortunately, causing lots of * zombie processes to remain in the background during reloads. */ sigemptyset(&set);