summaryrefslogtreecommitdiff
path: root/lib/Image/ExifTool/WriteCanonRaw.pl
diff options
context:
space:
mode:
authorexiftool <exiftool@users.sourceforge.net>2020-02-20 09:45:55 -0500
committerexiftool <exiftool@users.sourceforge.net>2020-02-20 09:45:55 -0500
commitc6ca23d647608d16a702fce331a761e60d8708fe (patch)
tree82110908d98ae28f98f96953e81d9a26d04a3306 /lib/Image/ExifTool/WriteCanonRaw.pl
parentde3a1942a1d9208211a673f59ad0ba697847c050 (diff)
Update to 11.88
Diffstat (limited to 'lib/Image/ExifTool/WriteCanonRaw.pl')
-rw-r--r--lib/Image/ExifTool/WriteCanonRaw.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Image/ExifTool/WriteCanonRaw.pl b/lib/Image/ExifTool/WriteCanonRaw.pl
index 27cb8e38..bfbb79b1 100644
--- a/lib/Image/ExifTool/WriteCanonRaw.pl
+++ b/lib/Image/ExifTool/WriteCanonRaw.pl
@@ -454,7 +454,7 @@ sub WriteCanonRaw($$$)
# pad with original garbage in case it contained something useful
$value .= substr($buff, $pt+2+8-$len, 8-$len);
} elsif ($len > 8) { # this shouldn't happen
- warn "Value too long! -- trucated\n";
+ warn "Value too long! -- truncated\n";
$value = substr($value, 0, 8);
}
# create new directory entry