]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix a typo in the stats subsystem
authorJoseph Herlant <aerostitch@debian.org>
Thu, 15 Nov 2018 21:39:46 +0000 (13:39 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:26:26 +0000 (22:26 +0100)
Fix a typo in a code comment of the stats subsystem.

src/stats.c

index 13b8a28ce60b9fce7b5a62ed282202e345648a78..49a149526e82a48c1063087dae736285bb527d06 100644 (file)
@@ -3300,7 +3300,7 @@ static void http_stats_io_handler(struct appctx *appctx)
        if (unlikely(si->state == SI_ST_DIS || si->state == SI_ST_CLO))
                goto out;
 
-       /* Check if the input buffer is avalaible. */
+       /* Check if the input buffer is available. */
        if (res->buf.size == 0) {
                /* already subscribed, we'll be called later once the buffer is
                 * available.