From c1a304acc13cd2ab87b11962803eda254a23397f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 24 Oct 2007 19:42:42 +0000 Subject: MFC Ticket 1709: fixed typo in OpenVPN cfg-page --- etc/inc/openvpn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'; } } -- cgit v1.1