From cbb44bf9ef7c0ddd21ce44be0e3b5d74c6f8fcce Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Tue, 13 Nov 2018 20:07:48 -0800 Subject: [PATCH] CLEANUP: fix a misspell in tests/filltab25.c The commit fixes a misspell in a comment of tests/filltab25.c. --- tests/filltab25.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */