mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-27 15:12:11 +00:00
CLEANUP: Fix a typo in the stats subsystem
Fix a typo in a code comment of the stats subsystem.
This commit is contained in:
parent
63c23f305b
commit
29023ec5d9
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user