Project

General

Profile

Actions

Bug #3113

closed

WebConfigurator Firewall Rules->Aliases->Ports en_us Spelling correction

Added by Chris Linstruth almost 12 years ago. Updated almost 11 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Category:
Web Interface
Target version:
-
Start date:
07/27/2013
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
Affected Architecture:

Description

"Enter as many ports as you wish. Port ranges can be expressed by seperating with a colon."

s/seperating/separating/

Actions #1

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:
/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:
/usr/local/www/services_dhcpv6.php:
/usr/local/www/services_router_advertisements.php:
/usr/local/www/tree/tree.js: * Content-seperated javascript tree widget

Actions #2

Updated by Renato Botelho almost 12 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #4

Updated by Chris Buechler almost 11 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF