a payment, by any other name
authorivan <ivan>
Sat, 14 Jul 2007 00:44:01 +0000 (00:44 +0000)
committerivan <ivan>
Sat, 14 Jul 2007 00:44:01 +0000 (00:44 +0000)
bin/find-overapplied

index 6bcc315..7973cef 100644 (file)
@@ -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 {