summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorivan <ivan>2007-07-14 00:44:02 +0000
committerivan <ivan>2007-07-14 00:44:02 +0000
commit2b0895bc09b6ef53954371b815641331cdfcc92b (patch)
tree7c600d7a1f46ada6e3b0ea3cb71e41b3d5c4974a /bin
parentaf17d8bf17247fda0afd4b20b5212f728aac8fd3 (diff)
a payment, by any other name
Diffstat (limited to 'bin')
-rw-r--r--bin/find-overapplied2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/find-overapplied b/bin/find-overapplied
index 6bcc31539..7973cef5b 100644
--- a/bin/find-overapplied
+++ b/bin/find-overapplied
@@ -18,7 +18,7 @@ if ( @credits ) {
}
if ( @payments ) {
- print scalar(@payments). " overapplied credits:\n". Dumper(@payments). "\n";
+ print scalar(@payments). " overapplied payments:\n". Dumper(@payments). "\n";
}
sub usage {