summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-09 12:13:27 +0000
committerEven Rouault <even.rouault@spatialys.com>2020-05-09 12:13:27 +0000
commit4c750d023832acb6c43d540f36e91d424018f15c (patch)
tree33223a559eedea8bf35540b3b3cb1a72374ad32d
parent5fb3593eba4fd4c67239da3df548c284b1ad9cb5 (diff)
parent0c2445854f0f5e428e6164d783240395ed05948f (diff)
downloadlibtiff-git-4c750d023832acb6c43d540f36e91d424018f15c.tar.gz
Merge branch 'deprecated' into 'master'
ojpeg: s/Depreciated/Deprecated/ See merge request libtiff/libtiff!149
-rw-r--r--libtiff/tif_ojpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtiff/tif_ojpeg.c b/libtiff/tif_ojpeg.c
index 5901cbd4..c2d814f0 100644
--- a/libtiff/tif_ojpeg.c
+++ b/libtiff/tif_ojpeg.c
@@ -658,7 +658,7 @@ static int
OJPEGSetupDecode(TIFF* tif)
{
static const char module[]="OJPEGSetupDecode";
- TIFFWarningExt(tif->tif_clientdata,module,"Depreciated and troublesome old-style JPEG compression mode, please convert to new-style JPEG compression and notify vendor of writing software");
+ TIFFWarningExt(tif->tif_clientdata,module,"Deprecated and troublesome old-style JPEG compression mode, please convert to new-style JPEG compression and notify vendor of writing software");
return(1);
}