summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-10-24 19:42:42 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-10-24 19:42:42 +0000
commitc1a304acc13cd2ab87b11962803eda254a23397f (patch)
treecc7b94c8ac537df6d5e6b905df8785626626f177
parent478d7fa2d7e95c824808c8d35ebab2eacfb0e176 (diff)
downloadpfsense-c1a304acc13cd2ab87b11962803eda254a23397f.zip
pfsense-c1a304acc13cd2ab87b11962803eda254a23397f.tar.gz
MFC
Ticket 1709: fixed typo in OpenVPN cfg-page
-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