diff options
author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-05-24 16:57:04 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 16:57:04 +0300 |
commit | b8d844027482ee3e2ec73e4b1c7881572e962f98 (patch) | |
tree | 380c41556db3fc6b8bc3ae965973f65efbdb5841 /interface-definitions | |
parent | 9cde20b45783bc874422a415c503fc79875115e5 (diff) | |
download | vyos-1x-b8d844027482ee3e2ec73e4b1c7881572e962f98.tar.gz vyos-1x-b8d844027482ee3e2ec73e4b1c7881572e962f98.zip |
load-balancing haproxy: T6391: fix typo in timeout help (#3513) (#3514)
Co-authored-by: Gregor Michels <hirnpfirsich@brainpeach.de>
(cherry picked from commit 609563d6acfeafbed46b1ac5e6bd497ce097e3bc)
Co-authored-by: Gregor Michels <gregor.michels@web.de>
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/haproxy/timeout.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/haproxy/timeout.xml.i b/interface-definitions/include/haproxy/timeout.xml.i index 250b35683..79e7303b1 100644 --- a/interface-definitions/include/haproxy/timeout.xml.i +++ b/interface-definitions/include/haproxy/timeout.xml.i @@ -1,7 +1,7 @@ <!-- include start from haproxy/timeout.xml.i --> <node name="timeout"> <properties> - <help>Tiemout options</help> + <help>Timeout options</help> </properties> <children> <leafNode name="check"> |