diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-11 08:39:37 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-11 08:39:37 +0000 |
commit | d7cfedd14b6d0879f2a68d7c6597bd6b9aac2162 (patch) | |
tree | 0c75711029ef83f754235244d606dba454747aad /perl-install/harddrake | |
parent | a5e8ed69b1dffe7e87510b310006772cc0e93730 (diff) | |
download | drakx-d7cfedd14b6d0879f2a68d7c6597bd6b9aac2162.tar drakx-d7cfedd14b6d0879f2a68d7c6597bd6b9aac2162.tar.gz drakx-d7cfedd14b6d0879f2a68d7c6597bd6b9aac2162.tar.bz2 drakx-d7cfedd14b6d0879f2a68d7c6597bd6b9aac2162.tar.xz drakx-d7cfedd14b6d0879f2a68d7c6597bd6b9aac2162.zip |
s/was the firt sound API/was the first sound API/
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 2e931196c..321d5e934 100644 --- a/perl-install/harddrake/sound.pm +++ b/perl-install/harddrake/sound.pm @@ -180,7 +180,7 @@ sub switch { val => _("Help"), disabled => sub { }, clicked => sub { $in->ask_warn(_("Switching between ALSA and OSS help"), - _("OSS (Open Sound System) was the firt 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. + _("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. What's more, OSS drivers all reinvent the wheel. ALSA (Advanced Linux Sound Architecture) is a modularized architecture which |