X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Fimage_maps.pl;h=f0471d6cd56fa648f9e805fc5e8d1e0a08b95f67;hb=cfb029307ecd356f377952f3190df655cbd447c6;hp=a38e4170b004c6a3be3ad31b961d6c6f6700e7ad;hpb=ad048c7322ac24524dace99d1bbb09d5e14bc213;p=kivitendo-erp.git 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;