Bug #3113
closed
WebConfigurator Firewall Rules->Aliases->Ports en_us Spelling correction
Added by Chris Linstruth over 12 years ago.
Updated over 11 years ago.
Description
"Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon."
s/seperating/separating/
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
- Status changed from New to Feedback
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Also available in: Atom
PDF