From fcacef5af9e52204926480fbdeb9a238ecab31d1 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Tue, 19 Jul 2022 14:30:07 +0200 Subject: Fix typos found by codespell --- contrib/raw/GenerateLatexExpeneseReport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/raw') diff --git a/contrib/raw/GenerateLatexExpeneseReport.pl b/contrib/raw/GenerateLatexExpeneseReport.pl index 670d9f21..0d222d7e 100755 --- a/contrib/raw/GenerateLatexExpeneseReport.pl +++ b/contrib/raw/GenerateLatexExpeneseReport.pl @@ -149,7 +149,7 @@ my @MainReport = `$CmdLine`; ### MainReport: @MainReport # Remove any project codes and linefeeds -#map { chomp(); s/(:AISER[0-9][0-9][0-9][0-9])+://g; } @MainReport; # No need, thats now metadata +#map { chomp(); s/(:AISER[0-9][0-9][0-9][0-9])+://g; } @MainReport; # No need, that's now metadata foreach my $line (@MainReport) { ### Processing Main Report... done -- cgit v1.2.3