summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
);