Merge pull request #1107 from vassilevsky/conenct

Fix a typo
This commit is contained in:
Sebastian Grewe 2013-12-25 06:36:46 -08:00
commit 506449fb6d

View File

@ -34,7 +34,7 @@ if (!$strLastBlockHash) $strLastBlockHash = '';
if ( $bitcoin->can_connect() === true ){
$aTransactions = $bitcoin->query('listsinceblock', $strLastBlockHash);
} else {
$log->logFatal('Unable to conenct to RPC server backend');
$log->logFatal('Unable to connect to RPC server backend');
$monitoring->endCronjob($cron_name, 'E0006', 1, true);
}