]> wagnertech.de Git - kivitendo-erp.git/blobdiff - scripts/image_maps.pl
Merge branch 'b-3.6.1' of ../kivitendo-erp_20220811
[kivitendo-erp.git] / scripts / image_maps.pl
index a38e4170b004c6a3be3ad31b961d6c6f6700e7ad..f0471d6cd56fa648f9e805fc5e8d1e0a08b95f67 100755 (executable)
@@ -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 =~ /^(?<filename>\S+) \s (?<type>\S+) \s (?<width>\d+) x (?<height>\d+)/x;