]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix a misspell in tests/filltab25.c
authorJoseph Herlant <aerostitch@debian.org>
Wed, 14 Nov 2018 04:07:48 +0000 (20:07 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:23:15 +0000 (22:23 +0100)
The commit fixes a misspell in a comment of tests/filltab25.c.

tests/filltab25.c

index c57f4207dede6bdfbd0ee3b47ae2ef8eb49cf1c6..3bedf25cf17f62bbf7c4ad3a6ef5003d41ef19e2 100644 (file)
@@ -2,7 +2,7 @@
  * experimental weighted round robin scheduler - (c) 2007 willy tarreau.
  *
  * This filling algorithm is excellent at spreading the servers, as it also
- * takes care of keeping the most uniform distance between occurences of each
+ * takes care of keeping the most uniform distance between occurrences of each
  * server, by maximizing this distance. It reduces the number of variables
  * and expensive operations.
  */