Fix typo in error output.
HT Loïc Dachary <loic@dachary.org>, who noticed this.
This commit is contained in:
parent
b378359f5f
commit
e606dfd72f
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ close EXPENSE; die "unable to write to expense.csv: $!" unless ($? == 0);
|
|||
die "GROUPS NOT INCLUDED : ", join(keys(%verifyAllGroups), ", "), "\n"
|
||||
unless (keys %verifyAllGroups == 0);
|
||||
|
||||
die "calculated total of $overallTotal does equal $firstTotal"
|
||||
die "calculated total of $overallTotal does *not* equal $firstTotal"
|
||||
if (abs($overallTotal) - abs($firstTotal) > $ONE_PENNY);
|
||||
|
||||
print STDERR "\n";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue