projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19d5fb
)
scripts/image_maps.pl: korrigiere Schreibfehler
author
Steven Schubiger
<stsc@refcnt.org>
Fri, 15 May 2020 17:57:58 +0000
(19:57 +0200)
committer
Steven Schubiger
<stsc@refcnt.org>
Fri, 15 May 2020 17:57:58 +0000
(19:57 +0200)
scripts/image_maps.pl
patch
|
blob
|
history
diff --git
a/scripts/image_maps.pl
b/scripts/image_maps.pl
index
a38e417
..
f0471d6
100755
(executable)
--- 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'. sk
i
pping...";
next;
}
$image =~ /^(?<filename>\S+) \s (?<type>\S+) \s (?<width>\d+) x (?<height>\d+)/x;