summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/openvpn.inc')
-rw-r--r--etc/inc/openvpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/openvpn.inc b/etc/inc/openvpn.inc
index ef8eb6a..417d108 100644
--- a/etc/inc/openvpn.inc
+++ b/etc/inc/openvpn.inc
@@ -137,7 +137,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.';
}
}
OpenPOWER on IntegriCloud