Typo in comment

This commit is contained in:
Daniel Berteaud 2019-03-26 11:34:01 +01:00
parent 04875beb79
commit eb9de222ce
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ while ( my $entry = <JOURNAL> ){
}
}
# Add the other attributes to the gelf message, except thos already treated
# Add the other attributes to the gelf message, except those already treated
foreach ( grep !/^MESSAGE|_HOSTNAME|__REALTIME_TIMESTAMP|PRIORITY$/, keys %$msg ){
$gelf->{$_} = $msg->{$_};
}