diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-08-28 10:38:12 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> | 2006-08-28 10:38:12 +0000 |
commit | 5d3e62282ee9d250ba0bed9ae7588428d2ea0144 (patch) | |
tree | 1b63f2920cfbe890fd06a6235b904d048bfef276 | |
parent | 97de88969a686cb7d92586df43a64f280dee9765 (diff) | |
download | rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar.gz rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar.bz2 rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar.xz rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.zip |
Spelling fixes
-rwxr-xr-x | gendistrib | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -122,9 +122,9 @@ $distrib->check(sub { if (@fatalerrors) { printf STDERR <<EOF; -Fatal error detected, continue is likely to produce an invalid tree. -(Missing directory can ignore with --skipmissingdir.) -Fix this erreur in media.cfg and retry: +A fatal error has been detected, continueing is likely to produce an invalid +tree. (Missing directories can be ignored with --skipmissingdir.) +Fix the error in media.cfg and retry: EOF print STDERR "$_\n" foreach(@fatalerrors); @@ -250,7 +250,7 @@ foreach my $e (@hdlists) { $e->{headers} = \@headers; if (!$blind) { - print STDERR "Checking if hdlist need to be rebuild for media $e->{descr}\n" unless $nooutput; + print STDERR "Checking if hdlist need to be rebuilt for media $e->{descr}\n" unless $nooutput; if($e->{noneedrebuild}) { print "No\n" unless $nooutput; } else { |