summaryrefslogtreecommitdiffstats
path: root/perl-install/printer
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:02:06 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-08-23 03:02:06 +0000
commit1678abc8d4a032891d016411dad231bd55ca30d1 (patch)
tree00b35ecb304bb58d4213dcdc81d1866e1a3ac081 /perl-install/printer
parent8ad006ef969c3a18cd41f2a6ec96dec8cee74b89 (diff)
downloaddrakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar.gz
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar.bz2
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.tar.xz
drakx-backup-do-not-use-1678abc8d4a032891d016411dad231bd55ca30d1.zip
aspell's typo fixes
Diffstat (limited to 'perl-install/printer')
-rw-r--r--perl-install/printer/printerdrake.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/printer/printerdrake.pm b/perl-install/printer/printerdrake.pm
index ee7fed775..b9bc3dacb 100644
--- a/perl-install/printer/printerdrake.pm
+++ b/perl-install/printer/printerdrake.pm
@@ -19,7 +19,7 @@ my $distroname = "Mandrakelinux";
my $shortdistroname = "Mandrakelinux";
my $domainname = "mandrakesoft.com";
-my $hp1000fwtext = N("The HP LaserJet 1000 needs its firmware to be uploaded after being turned on. Download the Windows driver package from the HP web site (the firmware on the printer's CD does not work) and extract the firmware file from it by uncompresing the self-extracting '.exe' file with the 'unzip' utility and searching for the 'sihp1000.img' file. Copy this file into the '/etc/printer' directory. There it will be found by the automatic uploader script and uploaded whenever the printer is connected and turned on.
+my $hp1000fwtext = N("The HP LaserJet 1000 needs its firmware to be uploaded after being turned on. Download the Windows driver package from the HP web site (the firmware on the printer's CD does not work) and extract the firmware file from it by decompressing the self-extracting '.exe' file with the 'unzip' utility and searching for the 'sihp1000.img' file. Copy this file into the '/etc/printer' directory. There it will be found by the automatic uploader script and uploaded whenever the printer is connected and turned on.
");
1;