commit | 29023ec5d996cbcc800c7ac39a90ae4d186c66d0 | [log] [tgz] |
---|---|---|
author | Joseph Herlant <aerostitch@debian.org> | Thu Nov 15 13:39:46 2018 -0800 |
committer | Willy Tarreau <w@1wt.eu> | Sun Nov 18 22:26:26 2018 +0100 |
tree | 06e96fcc1875df8dcb8a877b8f4bd8562d812ad1 | |
parent | 63c23f305bb48002e70c32b606774e079e3cad71 [diff] |
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 13b8a28..49a1495 100644 --- a/src/stats.c +++ b/src/stats.c
@@ -3300,7 +3300,7 @@ 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.