diff options
author | Simon Rettberg | 2022-07-04 14:04:11 +0200 |
---|---|---|
committer | Simon Rettberg | 2022-07-04 14:04:21 +0200 |
commit | 17010280618a389cb34ba8ed2c55450f07d3240e (patch) | |
tree | b1c06c617924e81687e56f1ef550c2cd920241c6 /apis | |
parent | [dnbd3/vmstore] Add first version of speedtest/benchmark GUI (diff) | |
download | slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.tar.gz slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.tar.xz slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.zip |
Fix typos
Diffstat (limited to 'apis')
-rw-r--r-- | apis/cron.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); |