ojpeg: s/Depreciated/Deprecated/

This commit is contained in:
Aaron Boxer 2020-05-09 08:00:43 -04:00
parent 632f6a1a4f
commit 0c2445854f

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);
} }