summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-01-02 17:23:16 +0000
committerOlivier Blin <oblin@mandriva.com>2008-01-02 17:23:16 +0000
commit824850333813009052d33952960b6fd386279007 (patch)
tree58140783567056dd5a9f675a90e07801bfd69f89 /perl-install/standalone/service_harddrake
parent3095ef05e94cdc1eb6a38f6320fc263af3fc4413 (diff)
downloaddrakx-824850333813009052d33952960b6fd386279007.tar
drakx-824850333813009052d33952960b6fd386279007.tar.gz
drakx-824850333813009052d33952960b6fd386279007.tar.bz2
drakx-824850333813009052d33952960b6fd386279007.tar.xz
drakx-824850333813009052d33952960b6fd386279007.zip
fix typo
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 1df867999..fe50b7902 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -167,7 +167,7 @@ foreach my $hw_class (@harddrake::data::tree) {
$modules_conf->write;
next;
} elsif (member($Ident, qw(ATA_STORAGE CARD_READER RAID_STORAGE SATA_STORAGE SCSI_CONTROLLER))) {
- # set scsi_hostadapterr in modprobe.conf:
+ # set scsi_hostadapter in modprobe.conf:
modules::load_category($modules_conf, 'disk/' . {
ATA_STORAGE => 'ide',
SATA_STORAGE => 'sata',