From 9a24c93db357297bd63c7d23c4ddcea9aca933a2 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 30 Jun 2019 10:43:53 +0300 Subject: [PATCH] Fix typo Co-authored-by: Andrew Murray --- src/libImaging/TiffDecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libImaging/TiffDecode.c b/src/libImaging/TiffDecode.c index e8d79758d..30c63f7de 100644 --- a/src/libImaging/TiffDecode.c +++ b/src/libImaging/TiffDecode.c @@ -530,7 +530,7 @@ int ImagingLibTiffMergeFieldInfo(ImagingCodecState state, TIFFDataType field_typ // custom fields added with ImagingLibTiffMergeFieldInfo are only used for // decoding, ignore readcount; int readcount = 0; - // we support writing single value, or a variable number of values + // we support writing a single value, or a variable number of values int writecount = 1; // whether the first value should encode the number of values. int passcount = 0;