ojpeg: s/Depreciated/Deprecated/
This commit is contained in:
parent
632f6a1a4f
commit
0c2445854f
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user