aboutsummaryrefslogtreecommitdiffstats
path: root/gendistrib
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-08-28 10:38:12 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.com>2006-08-28 10:38:12 +0000
commit5d3e62282ee9d250ba0bed9ae7588428d2ea0144 (patch)
tree1b63f2920cfbe890fd06a6235b904d048bfef276 /gendistrib
parent97de88969a686cb7d92586df43a64f280dee9765 (diff)
downloadrpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar
rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar.gz
rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar.bz2
rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.tar.xz
rpmtools-5d3e62282ee9d250ba0bed9ae7588428d2ea0144.zip
Spelling fixes
Diffstat (limited to 'gendistrib')
-rwxr-xr-xgendistrib8
1 files changed, 4 insertions, 4 deletions
diff --git a/gendistrib b/gendistrib
index 9800f1f..bd9e836 100755
--- a/gendistrib
+++ b/gendistrib
@@ -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 {