diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-26 14:24:21 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-02-26 14:24:21 +0000 |
commit | 4671e7781b7d8bfa5b356fd1337939c8b40f9acb (patch) | |
tree | 278f3bf316b35ae2abad51e50433f858b0fc0748 /perl-install/harddrake | |
parent | 54606d0eedd65c38ef26190398418eb9ab35abec (diff) | |
download | drakx-4671e7781b7d8bfa5b356fd1337939c8b40f9acb.tar drakx-4671e7781b7d8bfa5b356fd1337939c8b40f9acb.tar.gz drakx-4671e7781b7d8bfa5b356fd1337939c8b40f9acb.tar.bz2 drakx-4671e7781b7d8bfa5b356fd1337939c8b40f9acb.tar.xz drakx-4671e7781b7d8bfa5b356fd1337939c8b40f9acb.zip |
typo fix (s/snd-slot/sound-slot/)
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/sound.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm index 4668ecd37..6e3904a9c 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -252,7 +252,7 @@ sub trouble { - \"lspcidrake -v | fgrep AUDIO\" will tell you which driver your card use by default -- \"grep snd-slot /etc/modules.conf\" will tell you what driver it +- \"grep sound-slot /etc/modules.conf\" will tell you what driver it currently uses - \"/sbin/lsmod\" will enable you to check if its module (driver) is |