summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r--perl-install/harddrake/sound.pm2
-rw-r--r--perl-install/harddrake/v4l.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/harddrake/sound.pm b/perl-install/harddrake/sound.pm
index d1cc151ea..7ef67435f 100644
--- a/perl-install/harddrake/sound.pm
+++ b/perl-install/harddrake/sound.pm
@@ -11,7 +11,7 @@ package harddrake::sound;
# o pcmcia cards: snd-vxp440 snd-vxpocket
# TODO:
-# o ensure sound isn't user (either dsp/midi/sequencer/mixer)
+# o ensure sound is not user (either dsp/midi/sequencer/mixer)
# o fix sound/alsa services
use strict;
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm
index 9b331d6ee..aa005b664 100644
--- a/perl-install/harddrake/v4l.pm
+++ b/perl-install/harddrake/v4l.pm
@@ -273,7 +273,7 @@ my $cards_lst = {
my %pll_lst =
(
-1 => N("Default"),
- 0 => "don't use pll",
+ 0 => "do not use pll",
1 => "28 Mhz Crystal (X)",
2 => "35 Mhz Crystal"
);