diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2006-12-27 07:47:15 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2006-12-27 07:47:15 +0000 |
commit | 5b09780a2671abe002aed5cc1f8be40cc05a0ae2 (patch) | |
tree | 86aaa8ca7234f1a8d641cc0624cedf2c9f6852f5 | |
parent | 422e039b33d37f6cadff5b2370ab4b036bef88f7 (diff) | |
download | pfsense-5b09780a2671abe002aed5cc1f8be40cc05a0ae2.zip pfsense-5b09780a2671abe002aed5cc1f8be40cc05a0ae2.tar.gz |
Fix spelling
Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
-rw-r--r-- | etc/inc/filter.inc | 4 |
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; } |