From 063dfd9ff30b7dd26b1b8ecce66e99af36873fc9 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Fri, 3 Apr 2026 15:50:23 +0200 Subject: [PATCH] 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. --- doc/configuration.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.