]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the signal subsystem
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 19:19:40 +0000 (11:19 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:39:52 +0000 (18:39 +0100)
Fixes a typo in the code comments of the signal subsystem.

src/signal.c

index 2484a44418088ae349b6f05de75fbdb6489c526e..20236fa543f1b53046569167cc6b791e360dea28 100644 (file)
@@ -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);