improve behavior of != operator
[freeside.git] / 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 {