Skip to content

Commit a30890c

Browse files
committed
doc: Fix comment typo
1 parent 53829d3 commit a30890c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/GLPI/Agent/Config.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ sub _checkContent {
337337
die "Config: use either 'ca-cert-file' or 'ca-cert-dir' option, not both\n";
338338
}
339339

340-
# logger backend without a logfile isn't enoguh
340+
# logger backend without a logfile isn't enough
341341
if ($self->{'logger'} =~ /file/i && ! $self->{'logfile'}) {
342342
die "Config: usage of 'file' logger backend makes 'logfile' option mandatory\n";
343343
}

0 commit comments

Comments
 (0)