X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ad048c7322ac24524dace99d1bbb09d5e14bc213..refs/heads/b-3.5.6.1:/scripts/image_maps.pl diff --git a/scripts/image_maps.pl b/scripts/image_maps.pl index a38e4170b..f0471d6cd 100755 --- a/scripts/image_maps.pl +++ b/scripts/image_maps.pl @@ -25,7 +25,7 @@ my @images; for my $filename (sort @files) { my $image = `$identify_bin $filename`; if (!defined $image) { - warn "warning: could not identify image '$filename'. skpping..."; + warn "warning: could not identify image '$filename'. skipping..."; next; } $image =~ /^(?\S+) \s (?\S+) \s (?\d+) x (?\d+)/x;