]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: fix typo "dependeing" in bind thread description
authorWilly Tarreau <w@1wt.eu>
Tue, 28 Feb 2023 07:19:37 +0000 (08:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 10 Mar 2023 13:30:01 +0000 (14:30 +0100)
"dependeing" -> "depending".

doc/configuration.txt

index 2d5768980b3a632813286aa8809ac3c1c01c9fab..44c4c9bf94cf8378d81566c742e44dfe77e484d3 100644 (file)
@@ -15143,7 +15143,7 @@ thread [<thread-group>/]<thread-set>[,...]
   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