]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Fix two typos in the server param "healthcheck" description
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 13:50:23 +0000 (15:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 3 Apr 2026 13:56:57 +0000 (15:56 +0200)
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.

doc/configuration.txt

index 73fc3d6922f9e824dbce2aca8731372ade7ff594..34d0b6d30feb56f13f72709bc568e6601c32732c 100644 (file)
@@ -18712,10 +18712,10 @@ hash-key <key>
   uses "hash-type consistent", and the quality of the distribution will depend
   on the quality of the keys.
 
-healthchec <name>
+healthcheck <name>
   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 :
     <name>    is the health-check section name.