summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2006-12-27 07:47:15 +0000
committerSeth Mos <seth.mos@xs4all.nl>2006-12-27 07:47:15 +0000
commit5b09780a2671abe002aed5cc1f8be40cc05a0ae2 (patch)
tree86aaa8ca7234f1a8d641cc0624cedf2c9f6852f5 /etc/inc
parent422e039b33d37f6cadff5b2370ab4b036bef88f7 (diff)
downloadpfsense-5b09780a2671abe002aed5cc1f8be40cc05a0ae2.zip
pfsense-5b09780a2671abe002aed5cc1f8be40cc05a0ae2.tar.gz
Fix spelling
Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 07bc57f..1163d7a 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -197,8 +197,8 @@ function filter_configure_sync() {
if(is_array($line_split))
$line_error = "The line in question reads [{$line_number}]: {$line_split[$line_number-1]}";
if($line_error and $line_number) {
- file_notice("filter_load", "There where error(s) loading the rules: {$rules_error} {$line_error}", "Filter Reload", "");
- log_error("There where error(s) loading the rules: {$rules_error} - {$line_error}");
+ file_notice("filter_load", "There were error(s) loading the rules: {$rules_error} {$line_error}", "Filter Reload", "");
+ log_error("There were error(s) loading the rules: {$rules_error} - {$line_error}");
update_filter_reload_status("There were error(s) loading the rules: {$rules_error} - {$line_error}");
return;
}
OpenPOWER on IntegriCloud