Fix typos

This commit is contained in:
2021-12-23 16:14:34 +01:00
parent 07678cacd4
commit 3c461d4570
3 changed files with 16 additions and 16 deletions

View File

@@ -88,7 +88,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
return 0;
}
Toolbox::logInFile("remotsupport", "Starting search of agents\n");
Toolbox::logInFile("remotesupport", "Starting search of agents\n");
if ($config["run_mode"] == "Parallel") {
$pfConfig = new PluginFusioninventoryConfig();
@@ -140,7 +140,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
// proc_close in order to avoid a deadlock
$return_value = proc_close($process);
Toolbox::logInFile("remotsupport", "command returned $return_value\n");
Toolbox::logInFile("remotesupport", "command returned $return_value\n");
}
} else {
@@ -183,7 +183,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
$comp = new Computer();
$comp->getFromDB($s->computers_id);
Toolbox::logInFile("remotsupport", $s->computers_id . " " . $cids[$s->computers_id] . "\n");
Toolbox::logInFile("remotesupport", $s->computers_id . " " . $cids[$s->computers_id] . "\n");
$ids[] = $s->computers_id;
}