From eb9de222ceb29e1e3a45850adf76876c9b0693a9 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 26 Mar 2019 11:34:01 +0100 Subject: [PATCH] Typo in comment --- systemd-journal-gelf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd-journal-gelf b/systemd-journal-gelf index f993b17..5b2fef1 100644 --- a/systemd-journal-gelf +++ b/systemd-journal-gelf @@ -177,7 +177,7 @@ while ( my $entry = ){ } } - # 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->{$_}; }