diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-29 12:28:04 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-09-29 12:28:04 +0000 |
commit | 142623760a6c9561cb50684e79ce46892df0b781 (patch) | |
tree | 563b8d77c5a9ff41c14d4c97854a3284029a1920 /Distribconf/Build.pm | |
parent | 9b7c9bbfc181604b1f51014de4478f71d25de7e4 (diff) | |
download | rpmtools-142623760a6c9561cb50684e79ce46892df0b781.tar rpmtools-142623760a6c9561cb50684e79ce46892df0b781.tar.gz rpmtools-142623760a6c9561cb50684e79ce46892df0b781.tar.bz2 rpmtools-142623760a6c9561cb50684e79ce46892df0b781.tar.xz rpmtools-142623760a6c9561cb50684e79ce46892df0b781.zip |
Spell check error message
Diffstat (limited to 'Distribconf/Build.pm')
-rw-r--r-- | Distribconf/Build.pm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Distribconf/Build.pm b/Distribconf/Build.pm index f5bc849..4d22ec6 100644 --- a/Distribconf/Build.pm +++ b/Distribconf/Build.pm @@ -183,7 +183,7 @@ sub check { foreach my $key (keys %e) { if (@{$e{$key}} > 1) { - $report_err->('E', "medium %s have same %s (%s)", + $report_err->('E', "media %s have same %s (%s)", join (", ", @{$e{$key}}), $var, $key @@ -232,6 +232,9 @@ Thanks to Sylvie Terjan <erinmargault@mandriva.org> for the spell checking. =head1 ChangeLog $Log$ + Revision 1.5 2005/09/29 12:28:04 rgarciasuarez + Spell check error message + Revision 1.4 2005/09/28 16:01:10 rgarciasuarez Add in Distribconf modules |