From 8bb445d66b1bfddd77e3cf25973a642212d90880 Mon Sep 17 00:00:00 2001 From: Thierry Fournier Date: Wed, 15 Dec 2021 19:03:52 +0100 Subject: [PATCH] DOC: fix misspelled keyword "resolve_retries" in resolvers "resolve_retries" was spelled "resolve_retires". (cherry picked from commit 55c40ea17778b1afa3cf8f0f0a2cc42717c9364a) Signed-off-by: Willy Tarreau --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 9991bcf..d5ea75f 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -15391,7 +15391,7 @@ used by HAProxy. The following processing is applied on this error: 2. When the fallback on the query type was done (or not applicable), HAProxy retries the original DNS query, with the preferred query type. - 3. HAProxy retries previous steps times. If no valid + 3. HAProxy retries previous steps times. If no valid response is received after that, it stops the DNS resolution and reports the error. -- 1.7.10.4