diff options
author | jim-p <jimp@pfsense.org> | 2010-09-08 08:49:43 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-09-08 08:49:43 -0400 |
commit | 245da5436bc5a30d6c65d68dbd54a56dca1ec896 (patch) | |
tree | bc223260c38b78e7d0053ec565093d29ceedc771 /usr | |
parent | 9b485e512ad493f9f64bf9937eb12cf2f6011738 (diff) | |
download | pfsense-245da5436bc5a30d6c65d68dbd54a56dca1ec896.zip pfsense-245da5436bc5a30d6c65d68dbd54a56dca1ec896.tar.gz |
Typo: choosen -> chosen
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_virtual_ip_edit.php | 2 |
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); } |