From 21da0d1acbc85a69a5a774c128e091333f920f35 Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Fri, 15 May 2020 19:57:58 +0200 Subject: [PATCH] scripts/image_maps.pl: korrigiere Schreibfehler --- scripts/image_maps.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1