summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2022-07-04 14:04:11 +0200
committerSimon Rettberg2022-07-04 14:04:21 +0200
commit17010280618a389cb34ba8ed2c55450f07d3240e (patch)
treeb1c06c617924e81687e56f1ef550c2cd920241c6
parent[dnbd3/vmstore] Add first version of speedtest/benchmark GUI (diff)
downloadslx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.tar.gz
slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.tar.xz
slx-admin-17010280618a389cb34ba8ed2c55450f07d3240e.zip
Fix typos
-rw-r--r--apis/cron.inc.php2
-rw-r--r--inc/database.inc.php2
2 files changed, 2 insertions, 2 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);
diff --git a/inc/database.inc.php b/inc/database.inc.php
index 8f2ba6d1..b326fbe4 100644
--- a/inc/database.inc.php
+++ b/inc/database.inc.php
@@ -153,7 +153,7 @@ class Database
}
/**
- * Get id (promary key) of last row inserted.
+ * Get id (primary key) of last row inserted.
*
* @return int the id
*/