diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-22 17:50:40 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-22 21:48:28 +0200 |
commit | 1cc5001e375589e3e29b6a215aad897b293a7faa (patch) | |
tree | 9ef978846d5e69e3a9246e6f4d65b63d0fef6df8 /interface-definitions | |
parent | 7945c491fb7ed2ba7462dd2e12051ad8ce9b7e56 (diff) | |
download | vyos-1x-1cc5001e375589e3e29b6a215aad897b293a7faa.tar.gz vyos-1x-1cc5001e375589e3e29b6a215aad897b293a7faa.zip |
xml: ssh: fix typo in service description
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/ssh.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/ssh.xml.in b/interface-definitions/ssh.xml.in index de926a897..4e8cf28eb 100644 --- a/interface-definitions/ssh.xml.in +++ b/interface-definitions/ssh.xml.in @@ -5,7 +5,7 @@ <children> <node name="ssh" owner="${vyos_conf_scripts_dir}/ssh.py"> <properties> - <help>Secure SHell (SSH) protocol</help> + <help>Secure Shell (SSH)</help> <priority>500</priority> </properties> <children> |