From 64d2f902f2d441771a56c4521fb0516c66475721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Fri, 3 Dec 2021 15:57:44 +0100 Subject: jpeginfo: fix a typo from the TIFF 6.0 spec --- tools/jpeginfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/jpeginfo.c b/tools/jpeginfo.c index 05d4568..7393245 100644 --- a/tools/jpeginfo.c +++ b/tools/jpeginfo.c @@ -419,7 +419,7 @@ static struct tiff_entry tiff_entries[] = { {"TransferRange", 342, NULL}, {"JPEGProc", 512, NULL}, {"JPEGInterchangeFormat", 513, NULL}, - {"JPEGInterchangeFormatLngth", 514, NULL}, + {"JPEGInterchangeFormatLength", 514, NULL}, {"JPEGRestartInterval", 515, NULL}, {"JPEGLosslessPredictors", 517, NULL}, {"JPEGPointTransforms", 518, NULL}, -- cgit v1.2.3