From d7950552324b2c1ebab3d381b4f40edf689ff903 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Tue, 29 Sep 2015 09:18:51 +0200 Subject: [PATCH] Fix #2462 - Spelling error Spelling error. Thanks @turnkit for mentioning it. --- include/smarty_globals.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/smarty_globals.inc.php b/include/smarty_globals.inc.php index bf0cd8f7..f4d5e3b8 100644 --- a/include/smarty_globals.inc.php +++ b/include/smarty_globals.inc.php @@ -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.

'; +$aCronMessage[] = 'We are investigating issues in the backend. Your shares and hashrate are safe and we will fix things ASAP.

'; foreach ($aMonitorCrons as $strCron) { if ($monitoring->isDisabled($strCron) == 1) { $bMessage = true;