summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2004-06-01 01:49:43 +0000
committerivan <ivan>2004-06-01 01:49:43 +0000
commit8c2e4991efc7c0f51d9faf167bf88610e6ae9f46 (patch)
tree42083d84267dc9459c858ac8503125fc8f34b027 /FS
parent8129c04d556355377faf90a6207acbac5f9bb805 (diff)
typo in error message
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index 3b76dd257..1f4d85b41 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -1148,7 +1148,7 @@ sub print_ps {
or die "pslatex $file.tex failed: $!";
system('dvips', '-q', '-t', 'letter', "$file.dvi", '-o', "$file.ps" ) == 0
- or die "dbips failed: $!";
+ or die "dvips failed: $!";
open(POSTSCRIPT, "<$file.ps")
or die "can't open $file.ps: $! (error in LaTeX template?)\n";