diff options
author | srividya0208 <a.srividya@vyos.io> | 2022-02-03 12:05:53 -0500 |
---|---|---|
committer | srividya0208 <a.srividya@vyos.io> | 2022-02-03 12:05:53 -0500 |
commit | b10baca3c8663e7e56eb9abfb3c03ce576c34f1f (patch) | |
tree | bc0b4fea969b2e91858f77f52c69404d1cf5c535 /interface-definitions | |
parent | 26774b890443d74f916858e6efd9189aa45f8cb4 (diff) | |
download | vyos-1x-b10baca3c8663e7e56eb9abfb3c03ce576c34f1f.tar.gz vyos-1x-b10baca3c8663e7e56eb9abfb3c03ce576c34f1f.zip |
T4227:Bridge: Typo in completion help of hello-time option
There is spelling mistake in "advertisement" of hello-time option's
completion help
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/interfaces-bridge.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/interfaces-bridge.xml.in b/interface-definitions/interfaces-bridge.xml.in index 0856615be..89a6d2303 100644 --- a/interface-definitions/interfaces-bridge.xml.in +++ b/interface-definitions/interfaces-bridge.xml.in @@ -59,7 +59,7 @@ </leafNode> <leafNode name="hello-time"> <properties> - <help>Hello packet advertisment interval</help> + <help>Hello packet advertisement interval</help> <valueHelp> <format>u32:1-10</format> <description>Spanning Tree Protocol hello advertisement interval in seconds (default 2)</description> |