commit | 40650960fd0c2612f2ffe000816c9b98274bc69c | [log] [tgz] |
---|---|---|
author | Joseph Herlant <aerostitch@debian.org> | Sun Nov 25 12:44:37 2018 -0800 |
committer | Willy Tarreau <w@1wt.eu> | Sun Dec 02 18:40:53 2018 +0100 |
tree | 1f2a36953dc70df5daabb0ef7dc621da70fe406d | |
parent | f43b88bc09f926eff6b5c24cd151fbafe5f65993 [diff] |
CLEANUP: Fix typo in the fwrr subsystem Fixes a typo in the code comment of the fwrr subsystem.
diff --git a/src/lb_fwrr.c b/src/lb_fwrr.c index 73a140b..3532279 100644 --- a/src/lb_fwrr.c +++ b/src/lb_fwrr.c
@@ -586,7 +586,7 @@ requeue_servers: /* Requeue all extracted servers. If full==srv then it was - * avoided (unsucessfully) and chained, omit it now. + * avoided (unsuccessfully) and chained, omit it now. */ if (unlikely(full != NULL)) { if (switched) {