From: Joseph Herlant Date: Thu, 15 Nov 2018 21:39:46 +0000 (-0800) Subject: CLEANUP: Fix a typo in the stats subsystem X-Git-Tag: v1.9-dev7~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29023ec5d996cbcc800c7ac39a90ae4d186c66d0;p=thirdparty%2Fhaproxy.git CLEANUP: Fix a typo in the stats subsystem Fix a typo in a code comment of the stats subsystem. --- diff --git a/src/stats.c b/src/stats.c index 13b8a28ce6..49a149526e 100644 --- a/src/stats.c +++ b/src/stats.c @@ -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.