We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53829d3 commit a30890cCopy full SHA for a30890c
lib/GLPI/Agent/Config.pm
@@ -337,7 +337,7 @@ sub _checkContent {
337
die "Config: use either 'ca-cert-file' or 'ca-cert-dir' option, not both\n";
338
}
339
340
- # logger backend without a logfile isn't enoguh
+ # logger backend without a logfile isn't enough
341
if ($self->{'logger'} =~ /file/i && ! $self->{'logfile'}) {
342
die "Config: usage of 'file' logger backend makes 'logfile' option mandatory\n";
343
0 commit comments