summaryrefslogtreecommitdiff
path: root/contrib/non-profit-audit-reports/fund-report.plx
diff options
context:
space:
mode:
authorspaette <spaette@outlook.com>2023-01-06 12:35:59 -0600
committerMartin Michlmayr <tbm@cyrius.com>2023-01-07 18:23:38 +0800
commit3dc3d70ebcca73da73f95acd86594e9c5443d4ef (patch)
tree983bbf6c69602d686af9d06c14d47ff55101a5b8 /contrib/non-profit-audit-reports/fund-report.plx
parentc66ca93b2e9d8db82d196f144ba60482fb92d716 (diff)
downloadfork-ledger-3dc3d70ebcca73da73f95acd86594e9c5443d4ef.tar.gz
fork-ledger-3dc3d70ebcca73da73f95acd86594e9c5443d4ef.tar.bz2
fork-ledger-3dc3d70ebcca73da73f95acd86594e9c5443d4ef.zip
typos
Diffstat (limited to 'contrib/non-profit-audit-reports/fund-report.plx')
-rwxr-xr-xcontrib/non-profit-audit-reports/fund-report.plx4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/non-profit-audit-reports/fund-report.plx b/contrib/non-profit-audit-reports/fund-report.plx
index ce59da96..65de85f7 100755
--- a/contrib/non-profit-audit-reports/fund-report.plx
+++ b/contrib/non-profit-audit-reports/fund-report.plx
@@ -133,7 +133,7 @@ my %tot;
my %beforeEndings = ('Income' => 1, 'Expenses' => 1);
my %afterEndings;
-# For other @possibleTypes, build up @fieldsList to just thoes that are present.
+# For other @possibleTypes, build up @fieldsList to just those that are present.
foreach my $fund (keys %funds) {
foreach my $type (@possibleTypes) {
@@ -216,7 +216,7 @@ foreach my $fund (sort {
$tot{$type} += $funds{$fund}{$type};
}
print "\n";
- # Santity check:
+ # Sanity check:
if (abs($funds{$fund}{ending} -
($funds{$fund}{starting}
- $funds{$fund}{Income} - $funds{$fund}{Expenses}))