DOC: fix misspelled keyword "resolve_retries" in resolvers

"resolve_retries" was spelled "resolve_retires".
This commit is contained in:
Thierry Fournier 2021-12-15 19:03:52 +01:00 committed by Willy Tarreau
parent 2ce5acf7ed
commit 55c40ea177
1 changed files with 1 additions and 1 deletions

View 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 2. When the fallback on the query type was done (or not applicable), HAProxy
retries the original DNS query, with the preferred query type. 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 response is received after that, it stops the DNS resolution and reports
the error. the error.