From 7373abfdbe5e9fce66bf9d87165794282c94cc48 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 25 Aug 2004 10:52:46 +0000 Subject: fix typo --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index e47c2a1c1..5e12cb563 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -132,7 +132,7 @@ foreach my $hw_class (@harddrake::data::tree) { next if $is_globetrotter && !$hw_class->{automatic}; next unless $configurator_pool[0]; if (!-x first(split /\s+/, $configurator_pool[0])) { - log::explanations(qw(skip $Ident configuration sincecannot "$configurator" isn't executable)); + log::explanations(qw(skip $Ident configuration since "$configurator" isn't executable)); next; } my ($pid, $no, $res); -- cgit v1.2.1