From 8aec9c8d29afc13b5166633be23c7eba1f901387 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 19 Oct 2020 14:25:40 +0200 Subject: [PATCH] tif_zip.c: fix typo in comment --- libtiff/tif_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtiff/tif_zip.c b/libtiff/tif_zip.c index 0e6e3bf3..e71c312c 100644 --- a/libtiff/tif_zip.c +++ b/libtiff/tif_zip.c @@ -33,7 +33,7 @@ * Jean-loup Gailly and Mark Adler. You must use version 1.0 or later * of the library. * - * Optionnaly, libdeflate (https://github.com/ebiggers/libdeflate) may be used + * Optionally, libdeflate (https://github.com/ebiggers/libdeflate) may be used * to do the compression and decompression, but only for whole strips and tiles. * For scanline access, zlib will be sued as a fallback. */