RT# 81961 Repair broken links in POD documentation
[freeside.git] / bin / find-overapplied
old mode 100644 (file)
new mode 100755 (executable)
index 6bcc315..7973cef
@@ -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 {