From: Willy Tarreau Date: Thu, 30 Nov 2023 08:27:51 +0000 (+0100) Subject: DOC: config: fix missing characters in set-spoe-group action X-Git-Tag: v2.9-dev12~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a694782743df26098323d7a3ef5d904fe884695;p=thirdparty%2Fhaproxy.git DOC: config: fix missing characters in set-spoe-group action It was written "Thaction" instead of "This action". --- diff --git a/doc/configuration.txt b/doc/configuration.txt index a3d5903e5c..59c685e56e 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -13771,7 +13771,7 @@ tcp-request content sc-set-gpt0() { | } tcp-request content send-spoe-group [ { if | unless } ] - Thaction is is used to trigger sending of a group of SPOE messages. Please + This action is is used to trigger sending of a group of SPOE messages. Please refer to "http-request send-spoe-group" for a complete description. tcp-request content set-bandwidth-limit [limit { | }] @@ -14259,7 +14259,7 @@ tcp-resposne content sc-set-gpt0() { | } tcp-response content send-spoe-group [ { if | unless } ] - Thaction is is used to trigger sending of a group of SPOE messages. Please + This action is is used to trigger sending of a group of SPOE messages. Please refer to "http-request send-spoe-group" for a complete description.