From 7fd8756b26b59e95a4e28d92e2e6865f970ee567 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 28 Feb 2023 08:19:37 +0100 Subject: [PATCH] DOC: config: fix typo "dependeing" in bind thread description "dependeing" -> "depending". --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 2d5768980..44c4c9bf9 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -15143,7 +15143,7 @@ thread [/][,...] threads (every other thread starting at 2). If instead thread number ranges are used, then all threads included in the range from the first to the last thread number are validated. The numbers are either relative to the group - or absolute dependeing on the presence of a thread group number. If the first + or absolute depending on the presence of a thread group number. If the first thread number is omitted, "1" is used, representing either the first thread of the group or the first thread of the process. If the last thread number is omitted, either the last thread number of the group (32 or 64) is used, or