From: Joseph Herlant Date: Sun, 25 Nov 2018 20:44:37 +0000 (-0800) Subject: CLEANUP: Fix typo in the fwrr subsystem X-Git-Tag: v1.9-dev9~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40650960fd0c2612f2ffe000816c9b98274bc69c;p=thirdparty%2Fhaproxy.git 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 73a140b86a..35322799ec 100644 --- a/src/lb_fwrr.c +++ b/src/lb_fwrr.c @@ -586,7 +586,7 @@ struct server *fwrr_get_next_server(struct proxy *p, struct server *srvtoavoid) 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) {