summaryrefslogtreecommitdiffstats
path: root/modules-available/dnbd3/inc/dnbd3util.inc.php
diff options
context:
space:
mode:
authorStefan Weil2019-12-16 15:25:34 +0100
committerStefan Weil2019-12-16 15:25:34 +0100
commit4c12b0c10c4c070cf56d61632cdb7e127bb7c837 (patch)
treefd5b9f3cd3383c80a85ebf1c32c6ead161790688 /modules-available/dnbd3/inc/dnbd3util.inc.php
parentFix some typos (found by codespell) (diff)
downloadslx-admin-4c12b0c10c4c070cf56d61632cdb7e127bb7c837.tar.gz
slx-admin-4c12b0c10c4c070cf56d61632cdb7e127bb7c837.tar.xz
slx-admin-4c12b0c10c4c070cf56d61632cdb7e127bb7c837.zip
Fix some more typos
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'modules-available/dnbd3/inc/dnbd3util.inc.php')
-rw-r--r--modules-available/dnbd3/inc/dnbd3util.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/dnbd3/inc/dnbd3util.inc.php b/modules-available/dnbd3/inc/dnbd3util.inc.php
index 6ede18d5..fdbf9190 100644
--- a/modules-available/dnbd3/inc/dnbd3util.inc.php
+++ b/modules-available/dnbd3/inc/dnbd3util.inc.php
@@ -57,7 +57,7 @@ class Dnbd3Util {
if (!$hasSelf) {
Database::exec("INSERT IGNORE INTO dnbd3_server (fixedip) VALUES ('<self>')");
}
- // Delete orphaned entires with machineuuid from dnbd3_server where we don't have a runmode entry
+ // Delete orphaned entries with machineuuid from dnbd3_server where we don't have a runmode entry
Database::exec('DELETE s FROM dnbd3_server s
LEFT JOIN runmode r USING (machineuuid)
WHERE s.machineuuid IS NOT NULL AND r.module IS NULL');