From 0692fdfadf38e7ee2cd61470500abb449186256b Mon Sep 17 00:00:00 2001 From: huangjinfang <76423014@qq.com> Date: Mon, 8 Apr 2013 15:26:31 +0800 Subject: Update rc.filter_synchronize A incorrect word --- etc/rc.filter_synchronize | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.filter_synchronize') 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", ""); -- cgit v1.1