summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_virtual_ip_edit.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-09-08 08:49:43 -0400
committerjim-p <jimp@pfsense.org>2010-09-08 08:49:43 -0400
commit245da5436bc5a30d6c65d68dbd54a56dca1ec896 (patch)
treebc223260c38b78e7d0053ec565093d29ceedc771 /usr/local/www/firewall_virtual_ip_edit.php
parent9b485e512ad493f9f64bf9937eb12cf2f6011738 (diff)
downloadpfsense-245da5436bc5a30d6c65d68dbd54a56dca1ec896.zip
pfsense-245da5436bc5a30d6c65d68dbd54a56dca1ec896.tar.gz
Typo: choosen -> chosen
Diffstat (limited to 'usr/local/www/firewall_virtual_ip_edit.php')
-rwxr-xr-xusr/local/www/firewall_virtual_ip_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_virtual_ip_edit.php b/usr/local/www/firewall_virtual_ip_edit.php
index ea0e618..79398bd 100755
--- a/usr/local/www/firewall_virtual_ip_edit.php
+++ b/usr/local/www/firewall_virtual_ip_edit.php
@@ -111,7 +111,7 @@ if ($_POST) {
$natiflist = get_configured_interface_with_descr();
foreach ($natiflist as $natif => $natdescr) {
if ($_POST['interface'] == $natif && empty($config['interfaces'][$natif]['ipaddr']))
- $input_errors[] = gettext("The interface choosen for the VIP has no ip configured so it cannot be used as a parent for the VIP.");
+ $input_errors[] = gettext("The interface chosen for the VIP has no ip configured so it cannot be used as a parent for the VIP.");
if ($_POST['subnet'] == get_interface_ip($natif))
$input_errors[] = sprintf(gettext("The %s IP address may not be used in a virtual entry."),$natdescr);
}
OpenPOWER on IntegriCloud