Hi,

This is the only typo detected in the tests, so leaving it for a patch
of its own.

The patch is attached, but if you want to view the diff online, you
can check: 
https://github.com/haproxy/haproxy/compare/master...aerostitch:cleanup_tests_typo

Thanks for your help,
Joseph
From 2037836776fba560c14d5b8e91085752f875b38f Mon Sep 17 00:00:00 2001
From: Joseph Herlant <aerosti...@debian.org>
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 c57f4207..3bedf25c 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.
  */
-- 
2.19.1

Reply via email to