summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2010-02-24 15:57:00 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2010-02-24 15:57:00 +0000
commit9da889e0c4457267ef4510078a416ce8ec65f671 (patch)
treeac1d626c6f533cf0a7c4d1b4db737c8409be18fb
parentbba8a5aa96b93e65f3835a5c4249ba45023856d7 (diff)
downloadperl-MDV-Distribconf-9da889e0c4457267ef4510078a416ce8ec65f671.tar
perl-MDV-Distribconf-9da889e0c4457267ef4510078a416ce8ec65f671.tar.gz
perl-MDV-Distribconf-9da889e0c4457267ef4510078a416ce8ec65f671.tar.bz2
perl-MDV-Distribconf-9da889e0c4457267ef4510078a416ce8ec65f671.tar.xz
perl-MDV-Distribconf-9da889e0c4457267ef4510078a416ce8ec65f671.zip
fix typo in error message
-rw-r--r--lib/MDV/Distribconf/Checks.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf/Checks.pm b/lib/MDV/Distribconf/Checks.pm
index ac0b643..4d6f065 100644
--- a/lib/MDV/Distribconf/Checks.pm
+++ b/lib/MDV/Distribconf/Checks.pm
@@ -198,7 +198,7 @@ sub check_media_coherency {
foreach my $media ($distrib->listmedia) {
-d $distrib->getfullpath($media, 'path') or $error += _report_err(
$fhout,
- 'MISSING_MEDIADIR', "dir %s does't exist for media `%s'",
+ 'MISSING_MEDIADIR', "dir %s doesn't exist for media `%s'",
$distrib->getpath($media, 'path'),
$media
);