summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-09-29 16:24:55 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-09-29 16:24:55 +0000
commit369f21e36682661d349286797e024484b690ffec (patch)
treea03710dcb081031179ed1ccd04d062899c940c0b
parent3247ef99bb1a95adfc71ad6fab3b5e86ed481a23 (diff)
downloadperl-MDV-Distribconf-369f21e36682661d349286797e024484b690ffec.tar
perl-MDV-Distribconf-369f21e36682661d349286797e024484b690ffec.tar.gz
perl-MDV-Distribconf-369f21e36682661d349286797e024484b690ffec.tar.bz2
perl-MDV-Distribconf-369f21e36682661d349286797e024484b690ffec.tar.xz
perl-MDV-Distribconf-369f21e36682661d349286797e024484b690ffec.zip
fix typo in warning
-rw-r--r--lib/MDV/Distribconf/MediaCFG.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Distribconf/MediaCFG.pm b/lib/MDV/Distribconf/MediaCFG.pm
index 3414e23..c00ddef 100644
--- a/lib/MDV/Distribconf/MediaCFG.pm
+++ b/lib/MDV/Distribconf/MediaCFG.pm
@@ -280,7 +280,7 @@ The size of the media. The value is suffixed by the unit.
sub _valid_param {
my ($media, $var, $val) = @_[-3..-1];
if (!exists($value->{$var})) {
- return ("unknow var");
+ return ("unknown var");
}
$media ||= 'media_info'; # assume default
my @errors;