]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: Fix typo in the fwrr subsystem
authorJoseph Herlant <aerostitch@debian.org>
Sun, 25 Nov 2018 20:44:37 +0000 (12:44 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Dec 2018 17:40:53 +0000 (18:40 +0100)
Fixes a typo in the code comment of the fwrr subsystem.

src/lb_fwrr.c

index 73a140b86a50e5f1c1562299a37ead074a40fb09..35322799eca5e805556e7ccc9dd9e5bad5142330 100644 (file)
@@ -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) {