]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: fix misspelled keyword "resolve_retries" in resolvers
authorThierry Fournier <thierry.fournier@ozon.io>
Wed, 15 Dec 2021 18:03:52 +0000 (19:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Dec 2021 07:27:52 +0000 (08:27 +0100)
"resolve_retries" was spelled "resolve_retires".

doc/configuration.txt

index b739df7c0813b8ea7e958cab13e46bac30ff2ad3..637b2264de181110febae8c8f90fcd5a9a347fa0 100644 (file)
@@ -15407,7 +15407,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 <resolve_retires> times. If no valid
+  3. HAProxy retries previous steps <resolve_retries> times. If no valid
      response is received after that, it stops the DNS resolution and reports
      the error.