]> wagnertech.de Git - kivitendo-erp.git/commitdiff
scripts/image_maps.pl: korrigiere Schreibfehler
authorSteven Schubiger <stsc@refcnt.org>
Fri, 15 May 2020 17:57:58 +0000 (19:57 +0200)
committerSteven Schubiger <stsc@refcnt.org>
Fri, 15 May 2020 17:57:58 +0000 (19:57 +0200)
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) {
 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;
      next;
    }
   $image =~ /^(?<filename>\S+) \s (?<type>\S+) \s (?<width>\d+) x (?<height>\d+)/x;