summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/openvpn.inc4
-rw-r--r--usr/local/pkg/openvpn_cli.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index 539f553..81aabc0 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -140,7 +140,7 @@ function openvpn_validate_input($mode, $post, $input_errors) {
}
if (isset($post['use_shaper']) && $post['use_shaper'] != "") {
if (!is_numeric($post['use_shaper']))
- $input_errors[] = 'The field \'Limit outgoing bandwith\' must be numeric.';
+ $input_errors[] = 'The field \'Limit outgoing bandwidth\' must be numeric.';
}
}
@@ -661,4 +661,4 @@ function openvpn_print_javascript2() {
EOD;
print($javascript);
}
-?> \ No newline at end of file
+?>
diff --git a/usr/local/pkg/openvpn_cli.xml b/usr/local/pkg/openvpn_cli.xml
index 33cb857..f889002 100644
--- a/usr/local/pkg/openvpn_cli.xml
+++ b/usr/local/pkg/openvpn_cli.xml
@@ -186,7 +186,7 @@
<field>
<fieldname>use_shaper</fieldname>
<fielddescr>Limit outgoing bandwidth</fielddescr>
- <description>Maximum outgoing bandwith for this tunnel. Leave empty for no limit. The input value has to be something between 100 bytes/sec and 100 Mbytes/sec (entered as bytes per second).</description>
+ <description>Maximum outgoing bandwidth for this tunnel. Leave empty for no limit. The input value has to be something between 100 bytes/sec and 100 Mbytes/sec (entered as bytes per second).</description>
<type>input</type>
</field>
<field>
OpenPOWER on IntegriCloud