From: Steven Schubiger <stsc@refcnt.org>
Date: Fri, 15 May 2020 17:57:58 +0000 (+0200)
Subject: scripts/image_maps.pl: korrigiere Schreibfehler
X-Git-Tag: release-3.5.6.1~189
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=21da0d1acbc85a69a5a774c128e091333f920f35;p=kivitendo-erp.git

scripts/image_maps.pl: korrigiere Schreibfehler
---

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 =~ /^(?<filename>\S+) \s (?<type>\S+) \s (?<width>\d+) x (?<height>\d+)/x;