summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Boxer <boxerab@gmail.com>2020-05-09 08:00:43 -0400
committerAaron Boxer <boxerab@gmail.com>2020-05-09 08:00:43 -0400
commit0c2445854f0f5e428e6164d783240395ed05948f (patch)
tree765350a514b3410cfd45d58859b772dec7a4060a
parent632f6a1a4f830f69d62fc0314b2109a2d9025963 (diff)
downloadlibtiff-git-0c2445854f0f5e428e6164d783240395ed05948f.tar.gz
ojpeg: s/Depreciated/Deprecated/
-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 4b52e9f2..950d4d13 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);
}