diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-21 17:12:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-08-21 17:12:43 +0000 |
commit | 2566b72fefc81cf695ad46027b51031398a273b5 (patch) | |
tree | 6dde8e15b481fb108df595e78f7ae2b28dca9ec5 /perl-install/harddrake/sound.pm | |
parent | 6815c3cb1c8d44fbb19d2e0b34323e2ac728e37c (diff) | |
download | drakx-2566b72fefc81cf695ad46027b51031398a273b5.tar drakx-2566b72fefc81cf695ad46027b51031398a273b5.tar.gz drakx-2566b72fefc81cf695ad46027b51031398a273b5.tar.bz2 drakx-2566b72fefc81cf695ad46027b51031398a273b5.tar.xz drakx-2566b72fefc81cf695ad46027b51031398a273b5.zip |
typo fixes from Arpad Biro
Diffstat (limited to 'perl-install/harddrake/sound.pm')
-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 097aff1ff..f11b9a23b 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -183,7 +183,7 @@ sub switch { $device->{description}) . N("\n\nYour card currently use the %s\"%s\" driver (default driver for your card is \"%s\")", ($driver =~ /^snd-/ ? "ALSA " : "OSS "), $driver, $device->{driver}), interactive_help => sub { - N("OSS (Open Sound System) was the first sound API. It's an OS independant sound API (it's available on most unices systems) but it's a very basic and limited API. + N("OSS (Open Sound System) was the first sound API. It's an OS independent sound API (it's available on most UNIX(tm) systems) but it's a very basic and limited API. What's more, OSS drivers all reinvent the wheel. ALSA (Advanced Linux Sound Architecture) is a modularized architecture which |