Merge branch 'deprecated' into 'master'

ojpeg: s/Depreciated/Deprecated/

See merge request libtiff/libtiff!149
This commit is contained in:
Even Rouault 2020-05-09 12:13:27 +00:00
commit 4c750d0238

View File

@ -658,7 +658,7 @@ static int
OJPEGSetupDecode(TIFF* tif) OJPEGSetupDecode(TIFF* tif)
{ {
static const char module[]="OJPEGSetupDecode"; 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); return(1);
} }