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 a38e417..f0471d6 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;