Fix #2462 - Spelling error

Spelling error. Thanks @turnkit for mentioning it.
This commit is contained in:
Sebastian Grewe 2015-09-29 09:18:51 +02:00
parent 4ab0b8faa2
commit d795055232

View File

@ -227,7 +227,7 @@ $smarty->assign('DEBUG', $config['DEBUG']);
// Lets check for our cron status and render a message
require_once(INCLUDE_DIR . '/config/monitor_crons.inc.php');
$bMessage = false;
$aCronMessage[] = 'We are investingating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
$aCronMessage[] = 'We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.</br><br/>';
foreach ($aMonitorCrons as $strCron) {
if ($monitoring->isDisabled($strCron) == 1) {
$bMessage = true;