diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-25 20:15:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-25 20:15:35 +0100 |
| commit | 210547f31ef45e6bb42b44bdaa8a8864179a8bbc (patch) | |
| tree | 062c31be54266e4b72c525a6c7a527468618b7c6 /interface-definitions/include/firewall | |
| parent | d41069f213eaaf0f63b99a1373c06d50bbe4831d (diff) | |
| parent | bb2aee1e58c1cd30087b935798060e6bf3c698c8 (diff) | |
| download | vyos-1x-210547f31ef45e6bb42b44bdaa8a8864179a8bbc.tar.gz vyos-1x-210547f31ef45e6bb42b44bdaa8a8864179a8bbc.zip | |
Merge pull request #5082 from sever-sever/T8410
T8410: Fix typos and mistakes for operational and configuration commands
Diffstat (limited to 'interface-definitions/include/firewall')
| -rw-r--r-- | interface-definitions/include/firewall/global-options.xml.i | 4 | ||||
| -rw-r--r-- | interface-definitions/include/firewall/match-ether-type.xml.i | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/include/firewall/global-options.xml.i b/interface-definitions/include/firewall/global-options.xml.i index 7ec07100d..5ff5acfd8 100644 --- a/interface-definitions/include/firewall/global-options.xml.i +++ b/interface-definitions/include/firewall/global-options.xml.i @@ -62,7 +62,7 @@ </completionHelp> <valueHelp> <format>arp</format> - <description>Adress Resolution Protocol (ARP)</description> + <description>Address Resolution Protocol (ARP)</description> </valueHelp> <valueHelp> <format>dhcp</format> @@ -371,7 +371,7 @@ </node> <leafNode name="twa-hazards-protection"> <properties> - <help>RFC1337 TCP TIME-WAIT assasination hazards protection</help> + <help>RFC1337 TCP TIME-WAIT assassination hazards protection</help> <completionHelp> <list>enable disable</list> </completionHelp> diff --git a/interface-definitions/include/firewall/match-ether-type.xml.i b/interface-definitions/include/firewall/match-ether-type.xml.i index abfa9034d..536e59bb3 100644 --- a/interface-definitions/include/firewall/match-ether-type.xml.i +++ b/interface-definitions/include/firewall/match-ether-type.xml.i @@ -15,7 +15,7 @@ </valueHelp> <valueHelp> <format>arp</format> - <description>Adress Resolution Protocol</description> + <description>Address Resolution Protocol</description> </valueHelp> <valueHelp> <format>_ipv4</format> |
