From 2b0895bc09b6ef53954371b815641331cdfcc92b Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 14 Jul 2007 00:44:02 +0000 Subject: [PATCH] a payment, by any other name --- bin/find-overapplied | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1