From ef5f3435693df4b48ae64834401c02d3106065c8 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 7 Mar 2005 10:59:42 +0000 Subject: Spelling fix --- gendistrib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gendistrib b/gendistrib index a5c6ed8..f1d5773 100755 --- a/gendistrib +++ b/gendistrib @@ -107,7 +107,7 @@ foreach ($distrib->listmedia) { $distrib->getvalue($_, 'askmedia') || $distrib->getvalue($_, 'suppl') and next; if (! -d $distrib->getfullpath($_, 'path')) { if ($skipmissingdir) { - printf(STDERR "Skiping missing media %s\n", $distrib->getpath($_, 'path')) unless($nooutput); + printf STDERR "Skipping missing media %s\n", $distrib->getpath($_, 'path') unless $nooutput; next; } else { die sprintf("Missing dir '%s' for media '%s'", $distrib->getpath($_, 'path'), $distrib->getvalue($_, 'name')); -- cgit v1.2.1