From 4c12b0c10c4c070cf56d61632cdb7e127bb7c837 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 16 Dec 2019 15:25:34 +0100 Subject: Fix some more typos Signed-off-by: Stefan Weil --- modules-available/dnbd3/inc/dnbd3util.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules-available/dnbd3/inc/dnbd3util.inc.php') 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 ('')"); } - // 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'); -- cgit v1.2.3-55-g7522