CLEANUP: fix a misspell in tests/filltab25.c

The commit fixes a misspell in a comment of tests/filltab25.c.
This commit is contained in:
Joseph Herlant 2018-11-13 20:07:48 -08:00 committed by Willy Tarreau
parent 44466826b1
commit cbb44bf9ef
1 changed files with 1 additions and 1 deletions

View 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.
*/