summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2023-09-24 13:21:47 +0200
committerJörg Frings-Fürst <debian@jff.email>2023-09-24 13:21:47 +0200
commit084c165ed4488976e4ccb7eb19791d284735c5f9 (patch)
tree2aa4ac3f04249118e4cc93543365c87bddab2a2d
parent0dae03bac8195c8b121b1ccedd3d8d939a18bfcb (diff)
typo
-rw-r--r--debian/patches/0100-new_syslog_format.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0100-new_syslog_format.patch b/debian/patches/0100-new_syslog_format.patch
index b041ecd..5344f07 100644
--- a/debian/patches/0100-new_syslog_format.patch
+++ b/debian/patches/0100-new_syslog_format.patch
@@ -71,8 +71,8 @@ Index: trunk/mailgraph.pl
+ $self->{year}=$year;
+ }
+ else {
-+ my($montxt);
-+ ($montex, $day, $hour, $min, $sec, $host, $text) = $str =~ /^
++ my($montxt, $mon);
++ ($montxt, $day, $hour, $min, $sec, $host, $text) = $str =~ /^
+ (\S{3})\s+(\d+) # date
+ \s
+ (\d+):(\d+):(\d+) # time