diff --git a/tests/filltab25.c b/tests/filltab25.c index c57f4207d..3bedf25cf 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. */