summaryrefslogtreecommitdiffstats
path: root/etc/rc.filter_synchronize
diff options
context:
space:
mode:
authorhuangjinfang <76423014@qq.com>2013-04-08 15:26:31 +0800
committerhuangjinfang <76423014@qq.com>2013-04-08 15:26:31 +0800
commit0692fdfadf38e7ee2cd61470500abb449186256b (patch)
tree762a8da1017beddbfe6838ceb4e1eb0d5114616a /etc/rc.filter_synchronize
parent805a957e14a552d208231abd9431824b966c46e2 (diff)
downloadpfsense-0692fdfadf38e7ee2cd61470500abb449186256b.zip
pfsense-0692fdfadf38e7ee2cd61470500abb449186256b.tar.gz
Update rc.filter_synchronize
A incorrect word
Diffstat (limited to 'etc/rc.filter_synchronize')
-rwxr-xr-xetc/rc.filter_synchronize2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.filter_synchronize b/etc/rc.filter_synchronize
index f2712ad..f641212 100755
--- a/etc/rc.filter_synchronize
+++ b/etc/rc.filter_synchronize
@@ -254,7 +254,7 @@ function carp_sync_xml($url, $username, $password, $sections, $port = 80, $metho
file_notice("sync_settings", $error, "Settings Sync", "");
} else {
$parsed_response = XML_RPC_decode($resp->value());
- if(!is_array($parsed_response) && trim($parsed_repsonse) == "Authentication failed") {
+ if(!is_array($parsed_response) && trim($parsed_response) == "Authentication failed") {
$error = "An authentication failure occurred while trying to access {$url}:{$port} ($method).";
log_error($error);
file_notice("sync_settings", $error, "Settings Sync", "");
OpenPOWER on IntegriCloud