summaryrefslogtreecommitdiffstats
path: root/perl-install/printer.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/printer.pm')
-rw-r--r--perl-install/printer.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer.pm b/perl-install/printer.pm
index 6d7a9302a..05c908c41 100644
--- a/perl-install/printer.pm
+++ b/perl-install/printer.pm
@@ -596,7 +596,7 @@ sub read_printer_db(;$) {
"foomatic-configure -O -q |" ||
die "Could not run foomatic-configure";
} else {
- open DBPATH, $dbpath or die "An error has occurred on $dbpath : $!";
+ open DBPATH, $dbpath or die "An error occurred on $dbpath : $!";
}
my $entry = {};