From 9da889e0c4457267ef4510078a416ce8ec65f671 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 24 Feb 2010 15:57:00 +0000 Subject: fix typo in error message --- lib/MDV/Distribconf/Checks.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- cgit v1.2.1