From 0c2445854f0f5e428e6164d783240395ed05948f Mon Sep 17 00:00:00 2001 From: Aaron Boxer Date: Sat, 9 May 2020 08:00:43 -0400 Subject: [PATCH] ojpeg: s/Depreciated/Deprecated/ --- libtiff/tif_ojpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }