diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-06-10 11:00:25 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-06-10 11:00:33 +0200 |
commit | e26ce5c3908a5db1643d6fc455f473bef0113b56 (patch) | |
tree | 8ebde80061afb1724d5f7b4bc713c2844c1362ad | |
parent | 838eff5caa58330b4c922f786fe3d5ef4867fd6f (diff) | |
download | vyatta-cfg-system-e26ce5c3908a5db1643d6fc455f473bef0113b56.tar.gz vyatta-cfg-system-e26ce5c3908a5db1643d6fc455f473bef0113b56.zip |
T313: Typo fix in 'set system sysctl custom'
-rw-r--r-- | templates/system/sysctl/custom/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/sysctl/custom/node.def b/templates/system/sysctl/custom/node.def index f03a3e13..a072b2ba 100644 --- a/templates/system/sysctl/custom/node.def +++ b/templates/system/sysctl/custom/node.def @@ -2,4 +2,4 @@ tag: priority: 318 type: txt help: Define specific sysctl options to modify -val_help: <sysctl_option> ; Name of sysctl option you want to modufy +val_help: <sysctl_option> ; Name of sysctl option you want to modify |