summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Fuchs <mfuchs@pfsense.org>2007-10-24 19:41:22 +0000
committerMartin Fuchs <mfuchs@pfsense.org>2007-10-24 19:41:22 +0000
commitc1a4aacad2e0cc76f9d8a3af2b499ceaeb5c660c (patch)
tree807440f2571c7a25279083329a9ad5573ba2165a /etc
parent88a82fc434707bfc5a232e1976e20b820a07d1a8 (diff)
downloadpfsense-c1a4aacad2e0cc76f9d8a3af2b499ceaeb5c660c.zip
pfsense-c1a4aacad2e0cc76f9d8a3af2b499ceaeb5c660c.tar.gz
Ticket 1709: fixed typo in OpenVPN cfg-page
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/openvpn.inc4
1 files changed, 2 insertions, 2 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
+?>
OpenPOWER on IntegriCloud