Bug #3113
closedWebConfigurator Firewall Rules->Aliases->Ports en_us Spelling correction
100%
Description
"Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon."
s/seperating/separating/
Updated by Phillip Davis almost 12 years ago
A quick grep shows a few places with this spelling error. Apparently this is a common English spelling problem - http://www.telegraph.co.uk/education/7930745/Separate-is-most-commonly-misspelt-word.html
I'll knock up a pull request to fix...
/etc/rc:# seperated PREFIX area
/etc/inc/gwlb.inc: /* create array with group gateways members seperated by tier */
/etc/inc/pfsense-utils.inc: function split($seperator, $haystack, $limit = null) {
/etc/inc/pfsense-utils.inc: log_error("deprecated split() call with seperator '{$seperator}'");
/etc/inc/pfsense-utils.inc: return preg_split($seperator, $haystack, $limit);
/etc/inc/simplepie/simplepie.inc: function space_seperated_tokens($string)
/etc/inc/simplepie/simplepie.inc: * spaces to be used as the time seperator (including more than one))
/etc/inc/simplepie/simplepie.inc: $rel = array_unique(SimplePie_Misc::space_seperated_tokens(strtolower($link['a
/usr/local/www/firewall_aliases_edit.php:$ports_help = gettext("Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon.");
/usr/local/www/services_dhcp_edit.php: =gettext("The DHCP server can optionally provide a domain search list. Use the semicolon character as seperator ");?>
/usr/local/www/javascript/domTT/behaviour.js: case '~': // Match one of space seperated words
/usr/local/www/javascript/jquery-ui-timepicker-addon/js/jquery-ui-timepicker-addon.js: // escape special regex characters in the seperator
/usr/local/www/javascript/jquery.js: // check each className given, space seperated list
/usr/local/www/pkg_edit.php: foreach ($sep as $se) $seperator = $se;
/usr/local/www/pkg_edit.php: if($seperator <> "") {
/usr/local/www/pkg_edit.php: $row_helper_data = ereg_replace(" ", $seperator, $row_helper_data);
/usr/local/www/pkg_edit.php: $template_text = ereg_replace("\[{$seperator}\]", "", $template_text);
/usr/local/www/services_dhcp.php: =gettext("The DHCP server can optionally provide a domain search list. Use the semicolon character as seperator ");?>
/usr/local/www/services_dhcpv6.php: =gettext("The DHCP server can optionally provide a domain search list. Use the semicolon character as seperator");?>
/usr/local/www/services_router_advertisements.php: =gettext("The RA server can optionally provide a domain search list. Use the semicolon character as seperator");?>
/usr/local/www/tree/tree.js: * Content-seperated javascript tree widget
Updated by Renato Botelho almost 12 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 5aa68a55a6724f32b934bab2ce6d1e939868979d.
Updated by Renato Botelho almost 12 years ago
Applied in changeset eab652e4bd667c2bccc6d0e7d5b6bdbfd258eaf3.
Updated by Chris Buechler almost 11 years ago
- Status changed from Feedback to Resolved