From: Christopher Faulet Date: Fri, 3 Apr 2026 13:50:23 +0000 (+0200) Subject: DOC: config: Fix two typos in the server param "healthcheck" description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=063dfd9ff30b7dd26b1b8ecce66e99af36873fc9;p=thirdparty%2Fhaproxy.git DOC: config: Fix two typos in the server param "healthcheck" description There was 2 typos here. First, the 'k' was missing on the parameter name. Then "sectino" was used in the description instead of "section". Let's fix them. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 73fc3d692..34d0b6d30 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -18712,10 +18712,10 @@ hash-key uses "hash-type consistent", and the quality of the distribution will depend on the quality of the keys. -healthchec +healthcheck May be used in the following contexts: tcp, http - Specify the health-check sectino to use to perform check on the server. + Specify the health-check section to use to perform check on the server. Argument : is the health-check section name.