diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-07-01 07:16:11 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-07-01 07:16:11 -0300 |
commit | c54b45860dd00b1ee9787949707db9d6cd14758e (patch) | |
tree | 85ed94ff06b13910c2deea279df1b92a01685ca8 /usr/local | |
parent | bc82e33190bfb581298dc930cee61a8a2d0be73b (diff) | |
download | pfsense-c54b45860dd00b1ee9787949707db9d6cd14758e.zip pfsense-c54b45860dd00b1ee9787949707db9d6cd14758e.tar.gz |
fix typos
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/interfaces.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index ef80627..49ded15 100755 --- a/usr/local/www/interfaces.php +++ b/usr/local/www/interfaces.php @@ -2018,7 +2018,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), <?=gettext("<a target=FreeBSD DHCP href=http://www.freebsd.org/cgi/man.cgi?query=dhclient.conf&sektion=5#LEASE_REQUIREMENTS_AND_REQUESTS>Require</a> <a target=FreeBSD DHCP href=http://www.freebsd.org/cgi/man.cgi?query=dhcp-options&sektion=5>Options</a>"); ?><br> <input name="adv_dhcp_required_options" type="text" class="formfld unknown" id="adv_dhcp_required_options" size="86" value="<?=htmlspecialchars($pconfig['adv_dhcp_required_options']);?>"> <br> - <?=gettext("The values in this field are DHCP optiions required by the client when requesting a DHCP lease. [option [, ...]] "); ?> + <?=gettext("The values in this field are DHCP options required by the client when requesting a DHCP lease. [option [, ...]] "); ?> </td> </tr> @@ -2027,7 +2027,7 @@ $types6 = array("none" => gettext("None"), "staticv6" => gettext("Static IPv6"), <td width="78%" class="vtable"> <input name="adv_dhcp_option_modifiers" type="text" class="formfld unknown" id="adv_dhcp_option_modifiers" size="86" value="<?=htmlspecialchars($pconfig['adv_dhcp_option_modifiers']);?>"> <br> - <?=gettext("The values in this field are DHCP optiion modifires applied to obtained DHCP lease. [modifier option declaration [, ...]] <br> " . + <?=gettext("The values in this field are DHCP option modifiers applied to obtained DHCP lease. [modifier option declaration [, ...]] <br> " . "modifiers: (default, supersede, prepend, append)"); ?> </td> </tr> |