Fix a typo

This commit is contained in:
Ilya Vassilevsky 2013-12-25 16:44:52 +04:00
parent 464c6fc5c2
commit 1faf82fac7

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);
}