summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2004-06-01 01:49:45 +0000
committerivan <ivan>2004-06-01 01:49:45 +0000
commitca4a81eec07682fefda42a8d5801bddaab6bf269 (patch)
tree85ac784b5ddf1094827a9c3dce902b6d9f787b3d
parent6a1b0956142229e33b6c320198e51f26170489e1 (diff)
typo in error message
-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 ec081229f..dd65ad21a 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -1545,7 +1545,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";