summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2011-02-10 20:10:08 -0500
committerChris Buechler <cmb@pfsense.org>2011-02-10 20:10:08 -0500
commit554d3bc22d54076a437bc9e71bcfd8036ebe7d38 (patch)
tree3a4f93bd910c2ffc18e1f5ffab9bffa1e3acfbcc /etc/rc.filter_synchronize
parente35d6cda60a6a9931485ee9d7a4efe8aea7d315b (diff)
downloadpfsense-554d3bc22d54076a437bc9e71bcfd8036ebe7d38.zip
pfsense-554d3bc22d54076a437bc9e71bcfd8036ebe7d38.tar.gz
fix text
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index 98ce9c9..ed80306 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -115,7 +115,7 @@ function carp_check_version($url, $password, $port = 80, $method = 'pfsense.host
$parsed_response = XML_RPC_decode($resp->value());
if(!is_array($parsed_response)) {
if (trim($parsed_response) == "Authentication failed") {
- $error = "A authentication failure occurred while trying to access {$url}:{$port} ({$method}).";
+ $error = "An authentication failure occurred while trying to access {$url}:{$port} ({$method}).";
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
exit;
@@ -250,7 +250,7 @@ function carp_sync_xml($url, $password, $sections, $port = 80, $method = 'pfsens
} else {
$parsed_response = XML_RPC_decode($resp->value());
if(!is_array($parsed_response) && trim($parsed_repsonse) == "Authentication failed") {
- $error = "A authentication failure occurred while trying to access {$url}:{$port} ($method).";
+ $error = "An authentication failure occurred while trying to access {$url}:{$port} ($method).";
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
exit;
OpenPOWER on IntegriCloud