From: Joseph Herlant Date: Wed, 14 Nov 2018 04:07:48 +0000 (-0800) Subject: CLEANUP: fix a misspell in tests/filltab25.c X-Git-Tag: v1.9-dev7~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cbb44bf9ef7c0ddd21ce44be0e3b5d74c6f8fcce;p=thirdparty%2Fhaproxy.git CLEANUP: fix a misspell in tests/filltab25.c The commit fixes a misspell in a comment of tests/filltab25.c. --- diff --git a/tests/filltab25.c b/tests/filltab25.c index c57f4207de..3bedf25cf1 100644 --- a/tests/filltab25.c +++ b/tests/filltab25.c @@ -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. */