From 17010280618a389cb34ba8ed2c55450f07d3240e Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 4 Jul 2022 14:04:11 +0200 Subject: Fix typos --- apis/cron.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apis') diff --git a/apis/cron.inc.php b/apis/cron.inc.php index d00c179c..41370038 100644 --- a/apis/cron.inc.php +++ b/apis/cron.inc.php @@ -35,7 +35,7 @@ if (($report = Request::get('crashreport', false, 'string'))) { if (empty($str)) { $str = 'an unknown module'; } - $message = 'Conjob failed. No reply by ' . implode(', ', $str); + $message = 'Cronjob failed. No reply by ' . implode(', ', $str); $details = ''; if (is_readable($report)) { $details = file_get_contents($report); -- cgit v1.2.3-55-g7522