diff options
author | Even Rouault <even.rouault@spatialys.com> | 2019-05-24 10:34:39 +0200 |
---|---|---|
committer | Even Rouault <even.rouault@spatialys.com> | 2019-05-24 10:34:39 +0200 |
commit | fdec42f217a372bde9b90ea2e27c65443d93c5dc (patch) | |
tree | 625ce496f5606a502ce751f6f7a8158bde113029 /libtiff/tif_dirread.c | |
parent | 06337fdcfd19f2e5dbe99209540dbe34315f29eb (diff) | |
download | libtiff-git-fdec42f217a372bde9b90ea2e27c65443d93c5dc.tar.gz |
Fix typo in error message (master only)
Diffstat (limited to 'libtiff/tif_dirread.c')
-rw-r--r-- | libtiff/tif_dirread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiff/tif_dirread.c b/libtiff/tif_dirread.c index 023c4c9b..f5432e84 100644 --- a/libtiff/tif_dirread.c +++ b/libtiff/tif_dirread.c @@ -5990,7 +5990,7 @@ int _TIFFPartialReadStripArray( TIFF* tif, TIFFDirEntry* dirent, else { TIFFErrorExt(tif->tif_clientdata, module, - "Invalid type for [Strip|Tile][Offset/ByteCounnt] tag"); + "Invalid type for [Strip|Tile][Offset/ByteCount] tag"); panVals[strile] = 0; return 0; } |